Package org.omegazero.net.util
Class LoopbackServerBuilder
java.lang.Object
org.omegazero.net.common.NetworkApplicationBuilder
org.omegazero.net.server.NetServerBuilder
org.omegazero.net.util.LoopbackServerBuilder
The
NetServerBuilder for creating application-internal loopback connections.- Since:
- 2.3.1
-
Nested Class Summary
Nested classes/interfaces inherited from class org.omegazero.net.common.NetworkApplicationBuilder
NetworkApplicationBuilder.TransportType -
Field Summary
Fields inherited from class org.omegazero.net.server.NetServerBuilder
applicationLayerProtocols, bindAddresses, connectionBacklog, connectionIdleTimeout, listenPath, portsFields inherited from class org.omegazero.net.common.NetworkApplicationBuilder
encrypted, sslContext, transportType, workerCreator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.omegazero.net.server.NetServerBuilder
addBindAddress, addPort, applicationLayerProtocols, applicationLayerProtocols, bindAddress, bindAddresses, bindAddresses, connectionBacklog, connectionIdleTimeout, encrypted, listenPath, port, ports, ports, prepareBuild, set, sslContext, transportType, workerCreatorMethods inherited from class org.omegazero.net.common.NetworkApplicationBuilder
addImplementationAlias, newClientManager, newServer
-
Constructor Details
-
LoopbackServerBuilder
public LoopbackServerBuilder()
-
-
Method Details
-
build
Description copied from class:NetworkApplicationBuilderCreates theNetworkApplicationfrom the previously set parameters.- Specified by:
buildin classNetServerBuilder- Returns:
- The
NetworkApplication
-