Uses of Class
org.ldaptive.transport.netty.ConnectionTransport
-
Packages that use ConnectionTransport Package Description org.ldaptive.transport.netty -
-
Uses of ConnectionTransport in org.ldaptive.transport.netty
Subclasses of ConnectionTransport in org.ldaptive.transport.netty Modifier and Type Class Description static class
ConnectionTransport.DualThread
AConnectionTransport
configured with two underlying threads.static class
ConnectionTransport.SingleThread
AConnectionTransport
configured with a single underlying thread.class
NioConnectionTransport
Creates netty connections using anNioEventLoopGroup
.
-