Class ExternalServerBuilder
java.lang.Object
com.iohao.net.external.core.ExternalServerBuilder
- All Implemented Interfaces:
AttrOptionDynamic, ExternalServerBuilderSetting
Builder for assembling an external server and its runtime dependencies.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2023-02-19
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build anExternalServerwith defaults, transport-specific settings, and injected dependencies.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttrOptionDynamic
getOptions, ifNull, ifPresent, option, option, optionValueMethods inherited from interface ExternalServerBuilderSetting
getIdleProcessSettingBuilder, getMicroBootstrap, getMicroBootstrapFlow, getUserSessions, setMicroBootstrap, setMicroBootstrapFlow, setUserSessions
-
Constructor Details
-
ExternalServerBuilder
public ExternalServerBuilder()
-
-
Method Details
-
build
Build anExternalServerwith defaults, transport-specific settings, and injected dependencies.- Returns:
- configured external server instance
-