Uses of Interface
com.iohao.net.external.core.ExternalSettingAware
Packages that use ExternalSettingAware
Package
Description
Provides internal hook implementations and supporting contracts used by the external-server
runtime to compose built-in hook behavior.
Provides micro-deployment and cluster-join abstractions used by external servers in distributed
deployments.
Provides Netty channel handlers used by the external-server implementation to decode requests,
manage pipelines, and dispatch messages.
Provides Netty-based micro-deployment support for external servers, including distributed join
workflows and cluster-facing bootstrap helpers.
-
Uses of ExternalSettingAware in com.iohao.net.external.core.hook.internal
Classes in com.iohao.net.external.core.hook.internal that implement ExternalSettingAware -
Uses of ExternalSettingAware in com.iohao.net.external.core.micro
Subinterfaces of ExternalSettingAware in com.iohao.net.external.core.microModifier and TypeInterfaceDescriptioninterfaceMicroBootstrapFlow<Bootstrap>The startup process for a server that connects with real players. -
Uses of ExternalSettingAware in com.iohao.net.external.core.netty.handler
Classes in com.iohao.net.external.core.netty.handler that implement ExternalSettingAwareModifier and TypeClassDescriptionfinal classHttpRealIpHandlerclassNetty handler that enforces external route access control and login requirements.final classNetty idle handler that processes heartbeat frames and idle timeout events.final classCreates and removesSocketUserSessioninstances on Netty channel lifecycle events.final classForwards validated user requests to the selected logic server.classOptional WebSocket handshake verification handler executed before protocol upgrade completion. -
Uses of ExternalSettingAware in com.iohao.net.external.core.netty.micro
Classes in com.iohao.net.external.core.netty.micro that implement ExternalSettingAwareModifier and TypeClassDescriptionclassNetty bootstrap flow for TCP-based external client connections.classNetty bootstrap flow for WebSocket-based external client connections.