Uses of Class
org.ldaptive.transport.netty.NettyConnectionFactoryTransport
-
Packages that use NettyConnectionFactoryTransport Package Description org.ldaptive.transport.netty -
-
Uses of NettyConnectionFactoryTransport in org.ldaptive.transport.netty
Subclasses of NettyConnectionFactoryTransport in org.ldaptive.transport.netty Modifier and Type Class Description classConnectionFactoryTransportCreates netty connections using the best fit event loop group based on the operating system.static classConnectionFactoryTransport.DualThreadAConnectionFactoryTransportconfigured with two underlying threads.static classConnectionFactoryTransport.SingleThreadAConnectionFactoryTransportconfigured with a single underlying thread.classNioConnectionFactoryTransportCreates netty connections using anNioEventLoopGroup.classNioSingletonTransportCreates netty connections using a single, sharedNioEventLoopGroup.classSingletonTransportCreates netty connections using a single, sharedEventLoopGroupusing the best fit event loop group based on the operating system.
-