| AutoReadFlowControlHandler |
Keeps a counter of messages that have been sent down the pipeline.
|
| ConnectionFactoryTransport |
Creates netty connections using the best fit event loop group based on the operating system.
|
| ConnectionFactoryTransport.DualThread |
|
| ConnectionFactoryTransport.SingleThread |
|
| ConnectionTransport |
Creates netty connections using the best fit event loop group based on the operating system.
|
| ConnectionTransport.DualThread |
|
| ConnectionTransport.SingleThread |
|
| EncodedRequest |
Wrapper object that stores an encoded request with it's message ID.
|
| MessageFrameDecoder |
Reads the input byte buffer until an entire message is available.
|
| NettyConnection |
Netty based connection implementation.
|
| NettyConnection.AutoReadEventHandler |
Initiates a channel read when an LDAP message has been processed and auto read is false.
|
| NettyConnection.MessageDecoder |
Decodes byte buffer into a concrete LDAP response message.
|
| NettyConnection.RequestEncoder |
Encodes an LDAP request into it's DER bytes.
|
| NettyConnectionFactoryTransport |
Creates netty connections with configured event loops.
|
| NettyDERBuffer |
|
| NettyUtils |
Provides utility methods for this package.
|
| NioConnectionFactoryTransport |
Creates netty connections using an NioEventLoopGroup.
|
| NioConnectionTransport |
Creates netty connections using an NioEventLoopGroup.
|
| NioSingletonTransport |
Creates netty connections using a single, shared NioEventLoopGroup.
|
| SaslHandler |
Netty handler that uses a SaslClient to wrap and unwrap requests and responses.
|
| SingletonTransport |
Creates netty connections using a single, shared EventLoopGroup using the best fit event loop group based on
the operating system.
|