Uses of Package
com.iohao.net.external.core.netty.handler
Packages that use com.iohao.net.external.core.netty.handler
Package
Description
Provides the Netty-based transport implementation of the external server, including channel
handlers, session integration, and micro-deployment support.
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.
-
Classes in com.iohao.net.external.core.netty.handler used by com.iohao.net.external.core.nettyClassDescriptionNetty handler that enforces external route access control and login requirements.Netty idle handler that processes heartbeat frames and idle timeout events.Creates and removes
SocketUserSessioninstances on Netty channel lifecycle events.Forwards validated user requests to the selected logic server. -
Classes in com.iohao.net.external.core.netty.handler used by com.iohao.net.external.core.netty.handlerClassDescriptionCmdCacheHandler, externalServer data cacheCheck for route existence.Closes non-WebSocket HTTP requests after the WebSocket upgrade path handlers are installed.Simple log printing, typically for inactive or exception-triggered connections.Filters out heartbeat messages when no idle handler is configured.
-
Classes in com.iohao.net.external.core.netty.handler used by com.iohao.net.external.core.netty.microClassDescriptionOptional WebSocket handshake verification handler executed before protocol upgrade completion.