Uses of Interface
com.iohao.net.server.FindServer
Packages that use FindServer
Package
Description
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Factory interfaces for customizing net-server component construction.
-
Uses of FindServer in com.iohao.net.server
Fields in com.iohao.net.server declared as FindServerMethods in com.iohao.net.server that return FindServerModifier and TypeMethodDescriptionConvenientCommunication.findServer()Returns the value of thefindServerrecord component.NetServerSetting.findServer()Returns the value of thefindServerrecord component.Methods in com.iohao.net.server with parameters of type FindServerModifier and TypeMethodDescriptionNetServerSetting.NetServerSettingBuilder.setFindServer(FindServer findServer) Constructors in com.iohao.net.server with parameters of type FindServerModifierConstructorDescriptionConvenientCommunication(FindServer findServer, Publisher publisher) Creates an instance of aConvenientCommunicationrecord class.NetServerSetting(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 FindServer in com.iohao.net.server.creator
Methods in com.iohao.net.server.creator that return FindServer