Uses of Package
com.iohao.net.external.core.session
Packages that use com.iohao.net.external.core.session
Package
Description
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides external-server hook extension points for request lifecycle interception, session state,
and connection-idle related processing.
Provides internal hook implementations and supporting contracts used by the external-server
runtime to compose built-in hook behavior.
Provides the external-server unified interaction protocol, related codecs, and customization
points for client-facing message encoding/decoding.
Provides handlers and callbacks for processing external-server specific internal network events
received from Aeron channels.
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.
Provides Netty-specific hook integrations for the external-server implementation, including
channel lifecycle and transport-layer extension points.
Provides Netty transport-aware user-session management support for the external-server
implementation.
Provides user-session abstractions and implementations used by external servers to track
connected users and session-scoped metadata.
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.hook
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.hook.internal
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.message
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.net.externalClassDescriptionExternal user session abstraction for one connected client.UserSession manager
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.net.fragment
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.netty.handler
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.netty.hook
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.netty.sessionClassDescriptionExternal user session abstraction for one connected client.UserSession managerLifecycle state of an external user session.
-
Classes in com.iohao.net.external.core.session used by com.iohao.net.external.core.sessionClassDescriptionExternal user session abstraction for one connected client.Lifecycle state of an external user session.