Package org.ldaptive.transport.netty
Class ConnectionTransport.DualThread
- java.lang.Object
-
- org.ldaptive.transport.netty.ConnectionTransport
-
- org.ldaptive.transport.netty.ConnectionTransport.DualThread
-
- All Implemented Interfaces:
Transport
- Enclosing class:
- ConnectionTransport
public static class ConnectionTransport.DualThread extends ConnectionTransport
AConnectionTransport
configured with two underlying threads.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldaptive.transport.netty.ConnectionTransport
ConnectionTransport.DualThread, ConnectionTransport.SingleThread
-
-
Field Summary
-
Fields inherited from class org.ldaptive.transport.netty.ConnectionTransport
logger
-
-
Constructor Summary
Constructors Constructor Description DualThread()
Default constructor.
-