Uses of Interface
com.iohao.net.external.core.micro.MicroBootstrapFlow
Packages that use MicroBootstrapFlow
-
Uses of MicroBootstrapFlow in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return MicroBootstrapFlowModifier and TypeMethodDescriptionExternalServerBuilderSetting.getMicroBootstrapFlow()ExternalServerCreatorParameter.microBootstrapFlow()Returns the value of themicroBootstrapFlowrecord component.Methods in com.iohao.net.external.core with parameters of type MicroBootstrapFlowModifier and TypeMethodDescriptionvoidExternalServerBuilderSetting.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) Starts the server that connects with real users -
Uses of MicroBootstrapFlow in com.iohao.net.external.core.netty.micro
Classes in com.iohao.net.external.core.netty.micro that implement MicroBootstrapFlowModifier and TypeClassDescriptionclassTcpMicroBootstrapFlowclassStartup process for WebSocket and actual user connection serverMethods in com.iohao.net.external.core.netty.micro with parameters of type MicroBootstrapFlowModifier and TypeMethodDescriptionvoidSocketMicroBootstrap.startup(int port, MicroBootstrapFlow<?> microBootstrapFlow)