Package org.ldaptive.transport.netty
package org.ldaptive.transport.netty
-
ClassDescriptionKeeps a counter of messages that have been sent down the pipeline.Creates netty connections using the best fit event loop group based on the operating system.A
ConnectionFactoryTransport
configured with two underlying threads.AConnectionFactoryTransport
configured with a single underlying thread.Creates netty connections using the best fit event loop group based on the operating system.AConnectionTransport
configured with two underlying threads.AConnectionTransport
configured with a single underlying thread.Wrapper object that stores an encoded request with it's message ID.Container for operation handles that are waiting on a response from the LDAP server.Reads the input byte buffer until an entire message is available.Netty based connection implementation.Initiates a channel read when an LDAP message has been processed and auto read is false.Decodes byte buffer into a concrete LDAP response message.Enum that describes the state of an LDAP message in the pipeline.Encodes an LDAP request into it's DER bytes.Creates netty connections with configured event loops.DERBuffer
that uses aByteBuf
.Provides utility methods for this package.Creates netty connections using anNioEventLoopGroup
.Creates netty connections using anNioEventLoopGroup
.Creates netty connections using a single, sharedNioEventLoopGroup
.Netty handler that uses aSaslClient
to wrap and unwrap requests and responses.Creates netty connections using a single, sharedEventLoopGroup
using the best fit event loop group based on the operating system.