Uses of Record Class
com.iohao.net.external.core.ExternalServerCreatorParameter
Packages that use ExternalServerCreatorParameter
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 ExternalServerCreatorParameter in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ExternalServerCreatorParameterMethods in com.iohao.net.external.core with parameters of type ExternalServerCreatorParameterModifier and TypeMethodDescriptionExternalServerCreator.of(ExternalServerCreatorParameter parameter) Create an external server using prepared bootstrap parameters. -
Uses of ExternalServerCreatorParameter in com.iohao.net.external.core.netty
Constructors in com.iohao.net.external.core.netty with parameters of type ExternalServerCreatorParameterModifierConstructorDescriptionCreate the external server from a transport-independent parameter bundle.