Uses of Interface
com.iohao.net.external.core.ExternalServer
Packages that use ExternalServer
Package
Description
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.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.