Uses of Interface
com.iohao.net.framework.communication.FutureManager
Packages that use FutureManager
Package
Description
CoreFramework - Communication
Aeron NetServer
Aeron NetServer - Connection
-
Uses of FutureManager in com.iohao.net.framework.communication
Classes in com.iohao.net.framework.communication that implement FutureManager -
Uses of FutureManager in com.iohao.net.server
Methods in com.iohao.net.server that return FutureManagerModifier and TypeMethodDescriptionNetServerSetting.futureManager()Returns the value of thefutureManagerrecord component.Constructors in com.iohao.net.server with parameters of type FutureManagerModifierConstructorDescriptionNetServerSetting(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 FutureManager in com.iohao.net.server.connection
Methods in com.iohao.net.server.connection that return FutureManagerModifier and TypeMethodDescriptionConnectionManagerParameter.futureManager()Returns the value of thefutureManagerrecord component.Constructors in com.iohao.net.server.connection with parameters of type FutureManagerModifierConstructorDescriptionConnectionManagerParameter(io.aeron.Aeron aeron, Publisher publisher, int netId, String centerIp, FutureManager futureManager) Creates an instance of aConnectionManagerParameterrecord class.