Uses of Class
org.ldaptive.transport.TransportConnection
-
Packages that use TransportConnection Package Description org.ldaptive.sasl org.ldaptive.transport org.ldaptive.transport.netty -
-
Uses of TransportConnection in org.ldaptive.sasl
Methods in org.ldaptive.sasl with parameters of type TransportConnection Modifier and Type Method Description BindResponse
SaslClient. bind(TransportConnection conn, T request)
Performs a SASL bind. -
Uses of TransportConnection in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type TransportConnection Modifier and Type Method Description BindResponse
DefaultSaslClient. bind(TransportConnection conn, DefaultSaslClientRequest request)
Performs a SASL bind.BindResponse
GssApiSaslClient. bind(TransportConnection conn, GssApiBindRequest request)
Performs a GSSAPI SASL bind.BindResponse
ScramSaslClient. bind(TransportConnection conn, ScramBindRequest request)
Performs a SCRAM SASL bind.void
MessageFunctional. setConnection(TransportConnection conn)
Constructors in org.ldaptive.transport with parameters of type TransportConnection Constructor Description DefaultCompareOperationHandle(CompareRequest req, TransportConnection conn, java.time.Duration timeout)
Creates a new compare operation handle.DefaultExtendedOperationHandle(ExtendedRequest req, TransportConnection conn, java.time.Duration timeout)
Creates a new extended operation handle.DefaultOperationHandle(Q req, TransportConnection conn, java.time.Duration timeout)
Creates a new operation handle.DefaultSearchOperationHandle(SearchRequest req, TransportConnection conn, java.time.Duration timeout)
Creates a new search operation handle. -
Uses of TransportConnection in org.ldaptive.transport.netty
Subclasses of TransportConnection in org.ldaptive.transport.netty Modifier and Type Class Description class
NettyConnection
Netty based connection implementation.
-