Uses of Class
org.ldaptive.transport.DefaultOperationHandle
Packages that use DefaultOperationHandle
-
Uses of DefaultOperationHandle in org.ldaptive.transport
Subclasses of DefaultOperationHandle in org.ldaptive.transportModifier and TypeClassDescriptionclass
Handle that notifies on the components of a compare request.class
Handle that notifies on the components of an extended request.class
Handle that notifies on the components of a search request.Methods in org.ldaptive.transport that return DefaultOperationHandleModifier and TypeMethodDescriptionDefaultOperationHandle.onComplete
(CompleteHandler function) DefaultOperationHandle.onControl
(ResponseControlHandler... function) DefaultOperationHandle.onException
(ExceptionHandler function) DefaultOperationHandle.onIntermediate
(IntermediateResponseHandler... function) DefaultOperationHandle.onReferral
(ReferralHandler... function) DefaultOperationHandle.onResult
(ResultHandler... function) DefaultOperationHandle.onUnsolicitedNotification
(UnsolicitedNotificationHandler... function) DefaultOperationHandle.send()
DefaultOperationHandle.throwIf
(ResultPredicate function) Methods in org.ldaptive.transport with parameters of type DefaultOperationHandleModifier and TypeMethodDescriptionprotected abstract void
TransportConnection.complete
(DefaultOperationHandle handle) Report that the supplied handle has completed.protected abstract void
TransportConnection.write
(DefaultOperationHandle handle) Write the request in the supplied handle to the LDAP server. -
Uses of DefaultOperationHandle in org.ldaptive.transport.netty
Subclasses of DefaultOperationHandle in org.ldaptive.transport.nettyModifier and TypeClassDescriptionclass
Bind specific operation handle that locks other operations until the bind completes.Fields in org.ldaptive.transport.netty with type parameters of type DefaultOperationHandleModifier and TypeFieldDescriptionprivate final Map
<Integer, DefaultOperationHandle> HandleMap.pending
Map of message IDs to their operation handle.Methods in org.ldaptive.transport.netty that return DefaultOperationHandleModifier and TypeMethodDescriptionHandleMap.get
(int id) Returns the operation handle for the supplied message id.NettyConnection.operation
(AddRequest request) NettyConnection.operation
(DeleteRequest request) NettyConnection.operation
(ModifyDnRequest request) NettyConnection.operation
(ModifyRequest request) HandleMap.put
(int id, DefaultOperationHandle handle) Puts the supplied operation handle into the queue if the supplied id doesn't already exist in the queue.HandleMap.remove
(int id) Removes the operation handle from the supplied message id.Methods in org.ldaptive.transport.netty that return types with arguments of type DefaultOperationHandleModifier and TypeMethodDescriptionHandleMap.handles()
Returns all the operation handles in the queue.Methods in org.ldaptive.transport.netty with parameters of type DefaultOperationHandleModifier and TypeMethodDescriptionprotected void
NettyConnection.complete
(DefaultOperationHandle handle) HandleMap.put
(int id, DefaultOperationHandle handle) Puts the supplied operation handle into the queue if the supplied id doesn't already exist in the queue.protected void
NettyConnection.write
(DefaultOperationHandle handle)