Package org.omegazero.net.nio.client
Class NioClientManagerBuilder
java.lang.Object
org.omegazero.net.common.NetworkApplicationBuilder
org.omegazero.net.client.NetClientManagerBuilder
org.omegazero.net.nio.client.NioClientManagerBuilder
The
NetClientManagerBuilder
for the nio implementation.- Since:
- 2.1.0
-
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 theNetworkApplication
from the previously set parameters.Methods inherited from class org.omegazero.net.client.NetClientManagerBuilder
encrypted, set, sslContext, transportType, workerCreator
Methods inherited from class org.omegazero.net.common.NetworkApplicationBuilder
addImplementationAlias, newClientManager, newServer, prepareBuild
-
Constructor Details
-
NioClientManagerBuilder
public NioClientManagerBuilder()
-
-
Method Details
-
build
Description copied from class:NetworkApplicationBuilder
Creates theNetworkApplication
from the previously set parameters.- Specified by:
build
in classNetClientManagerBuilder
- Returns:
- The
NetworkApplication
-