Uses of Class
org.ldaptive.transport.TransportConnection
Packages that use TransportConnection
-
Uses of TransportConnection in org.ldaptive.sasl
Methods in org.ldaptive.sasl with parameters of type TransportConnectionModifier and TypeMethodDescriptionSaslClient.bind
(TransportConnection conn, T request) Performs a SASL bind. -
Uses of TransportConnection in org.ldaptive.transport
Fields in org.ldaptive.transport declared as TransportConnectionModifier and TypeFieldDescriptionprivate TransportConnection
DefaultOperationHandle.connection
Connection to send the request on.Methods in org.ldaptive.transport with parameters of type TransportConnectionModifier and TypeMethodDescriptionDefaultSaslClient.bind
(TransportConnection conn, DefaultSaslClientRequest request) Performs a SASL bind.GssApiSaslClient.bind
(TransportConnection conn, GssApiBindRequest request) Performs a GSSAPI SASL bind.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 TransportConnectionModifierConstructorDescriptionDefaultCompareOperationHandle
(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.nettyModifier and TypeClassDescriptionfinal class
Netty based connection implementation.Constructors in org.ldaptive.transport.netty with parameters of type TransportConnectionModifierConstructorDescription(package private)
BindOperationHandle
(BindRequest req, TransportConnection conn, Duration timeout) Creates a new bind operation handle.