Uses of Class
org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Packages that use NettyConnectionFactoryTransport
-
Uses of NettyConnectionFactoryTransport in org.ldaptive.transport.netty
Subclasses of NettyConnectionFactoryTransport in org.ldaptive.transport.nettyModifier and TypeClassDescriptionclass
Creates netty connections using the best fit event loop group based on the operating system.static class
AConnectionFactoryTransport
configured with two underlying threads.static class
AConnectionFactoryTransport
configured with a single underlying thread.class
Creates netty connections using anNioEventLoopGroup
.class
Creates netty connections using a single, sharedNioEventLoopGroup
.class
Creates netty connections using a single, sharedEventLoopGroup
using the best fit event loop group based on the operating system.