Uses of Package
com.iohao.net.external.core
Packages that use com.iohao.net.external.core
Package
Description
Convenience bootstrap API for starting ionet components (external server, logic servers, and
optional center server) within a single application entry point.
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
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 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.
Provides Netty-based cluster join and registration components used when external servers connect
into a distributed deployment.
-
Classes in com.iohao.net.external.core used by com.iohao.net.appClassDescriptionExternal-facing transport server (WebSocket/TCP/UDP/custom) bootstrap contract.
-
Classes in com.iohao.net.external.core used by com.iohao.net.external.coreClassDescriptionExternal-facing transport server (WebSocket/TCP/UDP/custom) bootstrap contract.Mutable state used while building an external server.Factory for creating transport-specific external server instances.Parameter bundle passed to
ExternalServerCreator.Immutable runtime settings for one external server instance. -
Classes in com.iohao.net.external.core used by com.iohao.net.external.core.hook.internalClassDescriptionImmutable runtime settings for one external server instance.Callback contract for components that need the resolved
ExternalSetting. -
Classes in com.iohao.net.external.core used by com.iohao.net.external.core.microClassDescriptionMutable state used while building an external server.Callback contract for components that need the resolved
ExternalSetting. -
Classes in com.iohao.net.external.core used by com.iohao.net.external.core.nettyClassDescriptionExternal-facing transport server (WebSocket/TCP/UDP/custom) bootstrap contract.Builder for assembling an external server and its runtime dependencies.Factory for creating transport-specific external server instances.Parameter bundle passed to
ExternalServerCreator. -
Classes in com.iohao.net.external.core used by com.iohao.net.external.core.netty.handlerClassDescriptionImmutable runtime settings for one external server instance.Callback contract for components that need the resolved
ExternalSetting. -
Classes in com.iohao.net.external.core used by com.iohao.net.external.core.netty.microClassDescriptionImmutable runtime settings for one external server instance.Callback contract for components that need the resolved
ExternalSetting. -
Classes in com.iohao.net.external.core used by com.iohao.net.external.core.netty.micro.joinClassDescriptionMutable state used while building an external server.