Uses of Interface
com.iohao.net.external.core.ExternalServer
Packages that use ExternalServer
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 the Netty-based transport implementation of the external server, including channel
handlers, session integration, and micro-deployment support.
-
Uses of ExternalServer in com.iohao.net.app
Fields in com.iohao.net.app declared as ExternalServerMethods in com.iohao.net.app with parameters of type ExternalServer -
Uses of ExternalServer in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ExternalServerModifier and TypeMethodDescriptionExternalServerBuilder.build()Build anExternalServerwith defaults, transport-specific settings, and injected dependencies.ExternalServerCreator.of(ExternalServerCreatorParameter parameter) Create an external server using prepared bootstrap parameters. -
Uses of ExternalServer in com.iohao.net.external.core.netty
Classes in com.iohao.net.external.core.netty that implement ExternalServerModifier and TypeClassDescriptionclassDefaultExternalServerimplementation backed by a NettyMicroBootstrap.