Package org.omegazero.net.util
Class LoopbackClientManagerBuilder
java.lang.Object
org.omegazero.net.common.NetworkApplicationBuilder
org.omegazero.net.client.NetClientManagerBuilder
org.omegazero.net.util.LoopbackClientManagerBuilder
The
NetClientManagerBuilder 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.common.NetworkApplicationBuilder
encrypted, sslContext, transportType, workerCreator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates theNetworkApplicationfrom the previously set parameters.server(LoopbackServer server) Sets an implementation specific configuration parameter.Methods inherited from class org.omegazero.net.client.NetClientManagerBuilder
encrypted, sslContext, transportType, workerCreatorMethods inherited from class org.omegazero.net.common.NetworkApplicationBuilder
addImplementationAlias, newClientManager, newServer, prepareBuild
-
Constructor Details
-
LoopbackClientManagerBuilder
public LoopbackClientManagerBuilder()
-
-
Method Details
-
build
Description copied from class:NetworkApplicationBuilderCreates theNetworkApplicationfrom the previously set parameters.- Specified by:
buildin classNetClientManagerBuilder- Returns:
- The
NetworkApplication
-
set
Description copied from class:NetworkApplicationBuilderSets an implementation specific configuration parameter.- Overrides:
setin classNetClientManagerBuilder- Parameters:
option- The name of the parametervalue- The value
-
server
-