Uses of Interface
com.iohao.net.external.core.micro.MicroBootstrap
Packages that use MicroBootstrap
Package
Description
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides Netty-based micro-deployment support for external servers, including distributed join
workflows and cluster-facing bootstrap helpers.
-
Uses of MicroBootstrap in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return MicroBootstrapModifier and TypeMethodDescriptionExternalServerBuilder.getMicroBootstrap()ExternalServerBuilderSetting.getMicroBootstrap()Get the micro bootstrap instance.ExternalServerCreatorParameter.microBootstrap()Returns the value of themicroBootstraprecord component.Methods in com.iohao.net.external.core with parameters of type MicroBootstrapModifier and TypeMethodDescriptionvoidExternalServerBuilder.setMicroBootstrap(MicroBootstrap microBootstrap) voidExternalServerBuilderSetting.setMicroBootstrap(MicroBootstrap microBootstrap) Set the micro bootstrap instance.ExternalServerCreatorParameter.InternalBuilder.setMicroBootstrap(MicroBootstrap microBootstrap) Constructors in com.iohao.net.external.core with parameters of type MicroBootstrapModifierConstructorDescriptionExternalServerCreatorParameter(ExternalSetting setting, MicroBootstrap microBootstrap, MicroBootstrapFlow<?> microBootstrapFlow, Set<Object> injectSet) Creates an instance of aExternalServerCreatorParameterrecord class. -
Uses of MicroBootstrap in com.iohao.net.external.core.netty.micro
Classes in com.iohao.net.external.core.netty.micro that implement MicroBootstrapModifier and TypeClassDescriptionfinal classServer for connecting with real players, handling netty servers for tcp and websocket.