Uses of Interface
com.iohao.net.external.core.ExternalServerBuilderSetting
Packages that use ExternalServerBuilderSetting
Package
Description
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides micro-deployment and cluster-join abstractions used by external servers in distributed
deployments.
Provides Netty-based cluster join and registration components used when external servers connect
into a distributed deployment.
-
Uses of ExternalServerBuilderSetting in com.iohao.net.external.core
Classes in com.iohao.net.external.core that implement ExternalServerBuilderSettingModifier and TypeClassDescriptionfinal classBuilder for assembling an external server and its runtime dependencies. -
Uses of ExternalServerBuilderSetting in com.iohao.net.external.core.micro
Methods in com.iohao.net.external.core.micro with parameters of type ExternalServerBuilderSettingModifier and TypeMethodDescriptionvoidExternalJoinSelector.defaultSetting(ExternalServerBuilderSetting builderSetting) Apply transport-specific default settings to the builder state. -
Uses of ExternalServerBuilderSetting in com.iohao.net.external.core.netty.micro.join
Methods in com.iohao.net.external.core.netty.micro.join with parameters of type ExternalServerBuilderSettingModifier and TypeMethodDescriptionvoidTcpExternalJoinSelector.defaultSetting(ExternalServerBuilderSetting builderSetting) voidWebSocketExternalJoinSelector.defaultSetting(ExternalServerBuilderSetting builderSetting)