Uses of Interface
com.iohao.net.external.core.micro.MicroBootstrapFlow
Packages that use MicroBootstrapFlow
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 micro-deployment support for external servers, including distributed join
workflows and cluster-facing bootstrap helpers.
-
Uses of MicroBootstrapFlow in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return MicroBootstrapFlowModifier and TypeMethodDescriptionExternalServerBuilder.getMicroBootstrapFlow()The startup process for the server that connects with real playersExternalServerBuilderSetting.getMicroBootstrapFlow()Get the micro bootstrap flow customization chain.ExternalServerCreatorParameter.microBootstrapFlow()Returns the value of themicroBootstrapFlowrecord component.Methods in com.iohao.net.external.core with parameters of type MicroBootstrapFlowModifier and TypeMethodDescriptionvoidExternalServerBuilder.setMicroBootstrapFlow(MicroBootstrapFlow<?> microBootstrapFlow) The startup process for the server that connects with real playersvoidExternalServerBuilderSetting.setMicroBootstrapFlow(MicroBootstrapFlow<?> microBootstrapFlow) Set the micro bootstrap flow customization chain.ExternalServerCreatorParameter.InternalBuilder.setMicroBootstrapFlow(MicroBootstrapFlow<?> microBootstrapFlow) Constructors in com.iohao.net.external.core with parameters of type MicroBootstrapFlowModifierConstructorDescriptionExternalServerCreatorParameter(ExternalSetting setting, MicroBootstrap microBootstrap, MicroBootstrapFlow<?> microBootstrapFlow, Set<Object> injectSet) Creates an instance of aExternalServerCreatorParameterrecord class. -
Uses of MicroBootstrapFlow in com.iohao.net.external.core.micro
Methods in com.iohao.net.external.core.micro with parameters of type MicroBootstrapFlowModifier and TypeMethodDescriptionvoidMicroBootstrap.startup(int port, MicroBootstrapFlow<?> microBootstrapFlow) Start the server that accepts real-user connections. -
Uses of MicroBootstrapFlow in com.iohao.net.external.core.netty.micro
Classes in com.iohao.net.external.core.netty.micro that implement MicroBootstrapFlowModifier and TypeClassDescriptionclassNetty bootstrap flow for TCP-based external client connections.classNetty bootstrap flow for WebSocket-based external client connections.Methods in com.iohao.net.external.core.netty.micro with parameters of type MicroBootstrapFlowModifier and TypeMethodDescriptionvoidSocketMicroBootstrap.startup(int port, MicroBootstrapFlow<?> microBootstrapFlow)