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 classConnectionTransport.DualThreadAConnectionTransportconfigured with two underlying threads.static classConnectionTransport.SingleThreadAConnectionTransportconfigured with a single underlying thread.classNioConnectionTransportCreates netty connections using anNioEventLoopGroup.
-