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 class
ConnectionFactoryTransport
Creates netty connections using the best fit event loop group based on the operating system.static class
ConnectionFactoryTransport.DualThread
AConnectionFactoryTransport
configured with two underlying threads.static class
ConnectionFactoryTransport.SingleThread
AConnectionFactoryTransport
configured with a single underlying thread.class
NioConnectionFactoryTransport
Creates netty connections using anNioEventLoopGroup
.class
NioSingletonTransport
Creates netty connections using a single, sharedNioEventLoopGroup
.class
SingletonTransport
Creates netty connections using a single, sharedEventLoopGroup
using the best fit event loop group based on the operating system.
-