Uses of Record Class
com.iohao.net.server.ConvenientCommunication
Packages that use ConvenientCommunication
Package
Description
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides Netty channel handlers used by the external-server implementation to decode requests,
manage pipelines, and dispatch messages.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
-
Uses of ConvenientCommunication in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ConvenientCommunicationModifier and TypeMethodDescriptionExternalSetting.convenientCommunication()Get the convenient communication facade from the attached net server setting. -
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.Methods in com.iohao.net.server with parameters of type ConvenientCommunicationModifier and TypeMethodDescriptionNetServerSetting.NetServerSettingBuilder.setConvenientCommunication(ConvenientCommunication convenientCommunication) 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.