Uses of Interface
org.ldaptive.extended.ExtendedOperationHandle
Packages that use ExtendedOperationHandle
Package
Description
-
Uses of ExtendedOperationHandle in org.ldaptive
Methods in org.ldaptive that return ExtendedOperationHandleModifier and TypeMethodDescriptionOperationHandle.cancel()
Cancels this operation.Connection.operation
(ExtendedRequest request) Creates a handle for an extended operation. -
Uses of ExtendedOperationHandle in org.ldaptive.control.util
Methods in org.ldaptive.control.util that return ExtendedOperationHandleModifier and TypeMethodDescriptionSyncReplClient.cancel()
Sends a cancel operation on the underlying search operation. -
Uses of ExtendedOperationHandle in org.ldaptive.extended
Methods in org.ldaptive.extended that return ExtendedOperationHandleModifier and TypeMethodDescriptionprotected ExtendedOperationHandle
ExtendedOperation.configureHandle
(ExtendedOperationHandle handle) Adds configured functions to the supplied handle.ExtendedOperationHandle.onComplete
(CompleteHandler function) ExtendedOperationHandle.onControl
(ResponseControlHandler... function) ExtendedOperationHandle.onException
(ExceptionHandler function) ExtendedOperationHandle.onExtended
(ExtendedValueHandler... function) Sets the function to execute when an extended result is received.ExtendedOperationHandle.onIntermediate
(IntermediateResponseHandler... function) ExtendedOperationHandle.onReferral
(ReferralHandler... function) ExtendedOperationHandle.onResult
(ResultHandler... function) ExtendedOperationHandle.onUnsolicitedNotification
(UnsolicitedNotificationHandler... function) static ExtendedOperationHandle
ExtendedOperation.send
(ConnectionFactory factory, ExtendedRequest request) Sends an extended request.ExtendedOperation.send
(ExtendedRequest request) Sends an extended request.ExtendedOperationHandle.send()
ExtendedOperationHandle.throwIf
(ResultPredicate function) Methods in org.ldaptive.extended with parameters of type ExtendedOperationHandleModifier and TypeMethodDescriptionprotected ExtendedOperationHandle
ExtendedOperation.configureHandle
(ExtendedOperationHandle handle) Adds configured functions to the supplied handle. -
Uses of ExtendedOperationHandle in org.ldaptive.transport
Classes in org.ldaptive.transport that implement ExtendedOperationHandleModifier and TypeClassDescriptionclass
Handle that notifies on the components of an extended request.Methods in org.ldaptive.transport that return ExtendedOperationHandle