Uses of Interface
com.iohao.net.server.NetServerSettingAware
Packages that use NetServerSettingAware
Package
Description
Provides Aeron fragment handlers that decode and dispatch internal messages for the external
server runtime.
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.
Aeron fragment handlers used by net-server for peer registration and peer events.
Aeron fragment handlers used by logic servers for requests, responses, and external calls.
-
Uses of NetServerSettingAware in com.iohao.net.external.core.net.fragment
Classes in com.iohao.net.external.core.net.fragment that implement NetServerSettingAwareModifier and TypeClassDescriptionclassAeron fragment consumer that dispatches internal external-operation requests by template id. -
Uses of NetServerSettingAware in com.iohao.net.external.core.netty.handler
Classes in com.iohao.net.external.core.netty.handler that implement NetServerSettingAware -
Uses of NetServerSettingAware in com.iohao.net.server
Classes in com.iohao.net.server that implement NetServerSettingAwareModifier and TypeClassDescriptionclassDefault communication aggregation implementation for routing, broadcasting, and RPC-like calls. -
Uses of NetServerSettingAware in com.iohao.net.server.fragment
Classes in com.iohao.net.server.fragment that implement NetServerSettingAwareModifier and TypeClassDescriptionclassHandles center connect-response fragments and registers newly discovered server connections.final classHandles server-offline notifications and triggers peer offline cleanup. -
Uses of NetServerSettingAware in com.iohao.net.server.logic.fragment
Classes in com.iohao.net.server.logic.fragment that implement NetServerSettingAwareModifier and TypeClassDescriptionfinal classHandles empty external-response messages and completes pending futures.final classHandles external-response fragments and completes the corresponding future.classInternal RequestMessageOnFragmentfinal classInternal ResponseMessageOnFragmentclassInternal SendMessageOnFragmentclassHandles user request fragments and dispatches them to the logic execution pipeline.