Uses of Interface
com.iohao.net.server.connection.ConnectionManager
Packages that use ConnectionManager
Package
Description
Provides Aeron fragment handlers that decode and dispatch internal messages for the external
server runtime.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Net-server Aeron connection management, connection metadata, and shutdown hooks.
Factory interfaces for customizing net-server component construction.
Aeron fragment handlers used by net-server for peer registration and peer events.
-
Uses of ConnectionManager in com.iohao.net.external.core.net.fragment
Fields in com.iohao.net.external.core.net.fragment declared as ConnectionManagerModifier and TypeFieldDescriptionprotected ConnectionManagerExternalRequestMessageOnFragment.connectionManager -
Uses of ConnectionManager in com.iohao.net.server
Fields in com.iohao.net.server declared as ConnectionManagerModifier and TypeFieldDescriptionprotected ConnectionManagerDefaultCommunicationAggregation.connectionManagerMethods in com.iohao.net.server that return ConnectionManagerModifier and TypeMethodDescriptionNetServerSetting.connectionManager()Returns the value of theconnectionManagerrecord component.Methods in com.iohao.net.server with parameters of type ConnectionManagerModifier and TypeMethodDescriptionNetServerSetting.NetServerSettingBuilder.setConnectionManager(ConnectionManager connectionManager) Constructors in com.iohao.net.server with parameters of type ConnectionManagerModifierConstructorDescriptionNetServerSetting(int netId, io.aeron.Aeron aeron, CmdRegions cmdRegions, ConnectionManager connectionManager, SkeletonThreadPipeline skeletonThreadPipeline, CommunicationAggregation communicationAggregation, FindServer findServer, BalancedManager balancedManager, FutureManager futureManager, List<ServerShutdownHook> serverShutdownHookList, List<ServerListener> listenerList, Publisher publisher, ConvenientCommunication convenientCommunication) Creates an instance of aNetServerSettingrecord class. -
Uses of ConnectionManager in com.iohao.net.server.connection
Classes in com.iohao.net.server.connection that implement ConnectionManagerModifier and TypeClassDescriptionfinal classDefault Aeron-basedConnectionManagerimplementation for net-server peers. -
Uses of ConnectionManager in com.iohao.net.server.creator
Methods in com.iohao.net.server.creator that return ConnectionManagerModifier and TypeMethodDescriptionConnectionManagerCreator.of(ConnectionManagerParameter parameter) -
Uses of ConnectionManager in com.iohao.net.server.fragment
Fields in com.iohao.net.server.fragment declared as ConnectionManagerModifier and TypeFieldDescriptionprotected ConnectionManagerConnectResponseMessageOnFragment.connectionManager