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 BindResponseSaslClient. bind(TransportConnection conn, T request)Performs a SASL bind. -
Uses of TransportConnection in org.ldaptive.transport
Fields in org.ldaptive.transport declared as TransportConnection Modifier and Type Field Description private TransportConnectionDefaultOperationHandle. connectionConnection to send the request on.Methods in org.ldaptive.transport with parameters of type TransportConnection Modifier and Type Method Description BindResponseDefaultSaslClient. bind(TransportConnection conn, DefaultSaslClientRequest request)Performs a SASL bind.BindResponseGssApiSaslClient. bind(TransportConnection conn, GssApiBindRequest request)Performs a GSSAPI SASL bind.BindResponseScramSaslClient. bind(TransportConnection conn, ScramBindRequest request)Performs a SCRAM SASL bind.Constructors in org.ldaptive.transport with parameters of type TransportConnection Constructor Description DefaultCompareOperationHandle(CompareRequest req, TransportConnection conn, Duration timeout)Creates a new compare operation handle.DefaultExtendedOperationHandle(ExtendedRequest req, TransportConnection conn, Duration timeout)Creates a new extended operation handle.DefaultOperationHandle(Q req, TransportConnection conn, Duration timeout)Creates a new operation handle.DefaultSearchOperationHandle(SearchRequest req, TransportConnection conn, 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 (package private) classNettyConnectionNetty based connection implementation.Constructors in org.ldaptive.transport.netty with parameters of type TransportConnection Constructor Description BindOperationHandle(BindRequest req, TransportConnection conn, Duration timeout)Creates a new bind operation handle.
-