Package org.ldaptive.transport.netty
Class ConnectionTransport.SingleThread
java.lang.Object
org.ldaptive.transport.netty.ConnectionTransport
org.ldaptive.transport.netty.ConnectionTransport.SingleThread
- All Implemented Interfaces:
Transport
- Enclosing class:
- ConnectionTransport
A
ConnectionTransport configured with a single underlying thread.-
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 -
Method Summary
Methods inherited from class org.ldaptive.transport.netty.ConnectionTransport
create, createEventLoopGroup, getSocketChannelType, toString
-
Constructor Details
-
SingleThread
public SingleThread()Default constructor.
-