Uses of Record Class
com.iohao.net.server.ConvenientCommunication
Packages that use ConvenientCommunication
-
Uses of ConvenientCommunication in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ConvenientCommunication -
Uses of ConvenientCommunication in com.iohao.net.external.core.netty.handler
Fields in com.iohao.net.external.core.netty.handler declared as ConvenientCommunicationModifier and TypeFieldDescriptionprotected ConvenientCommunicationWebSocketVerifyHandler.convenientCommunication -
Uses of ConvenientCommunication in com.iohao.net.server
Methods in com.iohao.net.server that return ConvenientCommunicationModifier and TypeMethodDescriptionNetServerSetting.convenientCommunication()Returns the value of theconvenientCommunicationrecord component.Constructors in com.iohao.net.server with parameters of type ConvenientCommunicationModifierConstructorDescriptionNetServerSetting(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.