Class NettyIOContext
- java.lang.Object
-
- org.apache.qpid.protonj2.client.transport.NettyIOContext
-
public final class NettyIOContext extends java.lang.Object
Builder of Transport instances that will validate the build options and produce a correctly configured transport based on the options set.
-
-
Constructor Summary
Constructors Constructor Description NettyIOContext(TransportOptions options, SslOptions ssl, java.lang.String ioThreadName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.EventLoopGroup
eventLoop()
TcpTransport
newTransport()
void
shutdown()
-
-
-
Constructor Detail
-
NettyIOContext
public NettyIOContext(TransportOptions options, SslOptions ssl, java.lang.String ioThreadName)
-
-
Method Detail
-
shutdown
public void shutdown()
-
eventLoop
public io.netty.channel.EventLoopGroup eventLoop()
-
newTransport
public TcpTransport newTransport()
-
-