Uses of Record Class
com.iohao.net.external.core.ExternalSetting
Packages that use ExternalSetting
Package
Description
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 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.
-
Uses of ExternalSetting in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ExternalSettingModifier and TypeMethodDescriptionExternalSetting.RecordBuilder.build()ExternalServerCreatorParameter.setting()Returns the value of thesettingrecord component.Methods in com.iohao.net.external.core with parameters of type ExternalSettingModifier and TypeMethodDescriptionstatic voidExternalManager.addExternalSetting(ExternalSetting setting) Register an external server setting and expose its session container.voidExternalSettingAware.setExternalSetting(ExternalSetting setting) Inject the external setting after it has been assembled.ExternalServerCreatorParameter.InternalBuilder.setSetting(ExternalSetting setting) Constructors in com.iohao.net.external.core with parameters of type ExternalSettingModifierConstructorDescriptionExternalServerCreatorParameter(ExternalSetting setting, MicroBootstrap microBootstrap, MicroBootstrapFlow<?> microBootstrapFlow, Set<Object> injectSet) Creates an instance of aExternalServerCreatorParameterrecord class. -
Uses of ExternalSetting in com.iohao.net.external.core.hook.internal
Methods in com.iohao.net.external.core.hook.internal with parameters of type ExternalSettingModifier and TypeMethodDescriptionvoidDefaultUserHook.setExternalSetting(ExternalSetting setting) -
Uses of ExternalSetting in com.iohao.net.external.core.netty.handler
Methods in com.iohao.net.external.core.netty.handler with parameters of type ExternalSettingModifier and TypeMethodDescriptionvoidHttpRealIpHandler.setExternalSetting(ExternalSetting setting) voidSocketCmdAccessAuthHandler.setExternalSetting(ExternalSetting setting) voidSocketIdleHandler.setExternalSetting(ExternalSetting setting) voidSocketUserSessionHandler.setExternalSetting(ExternalSetting setting) voidUserRequestHandler.setExternalSetting(ExternalSetting setting) voidWebSocketVerifyHandler.setExternalSetting(ExternalSetting setting) -
Uses of ExternalSetting in com.iohao.net.external.core.netty.micro
Fields in com.iohao.net.external.core.netty.micro declared as ExternalSettingModifier and TypeFieldDescriptionprotected ExternalSettingAbstractSocketMicroBootstrapFlow.settingprotected ExternalSettingAbstractSocketMicroBootstrapFlow.settingMethods in com.iohao.net.external.core.netty.micro that return ExternalSettingModifier and TypeMethodDescriptionDefaultPipelineContext.setting()Returns the value of thesettingrecord component.Constructors in com.iohao.net.external.core.netty.micro with parameters of type ExternalSettingModifierConstructorDescriptionDefaultPipelineContext(io.netty.channel.Channel channel, ExternalSetting setting) Creates an instance of aDefaultPipelineContextrecord class.