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.