Uses of Interface
org.ldaptive.extended.ExtendedOperationHandle
-
Packages that use ExtendedOperationHandle Package Description org.ldaptive org.ldaptive.control.util org.ldaptive.extended org.ldaptive.transport -
-
Uses of ExtendedOperationHandle in org.ldaptive
Methods in org.ldaptive that return ExtendedOperationHandle Modifier and Type Method Description ExtendedOperationHandle
OperationHandle. cancel()
Cancels this operation.ExtendedOperationHandle
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 ExtendedOperationHandle Modifier and Type Method Description ExtendedOperationHandle
SyncReplClient. cancel()
Sends a cancel operation on the underlying search operation. -
Uses of ExtendedOperationHandle in org.ldaptive.extended
Methods in org.ldaptive.extended that return ExtendedOperationHandle Modifier and Type Method Description protected ExtendedOperationHandle
ExtendedOperation. configureHandle(ExtendedOperationHandle handle)
Adds configured functions to the supplied handle.ExtendedOperationHandle
ExtendedOperationHandle. onComplete(CompleteHandler function)
ExtendedOperationHandle
ExtendedOperationHandle. onControl(ResponseControlHandler... function)
ExtendedOperationHandle
ExtendedOperationHandle. onException(ExceptionHandler function)
ExtendedOperationHandle
ExtendedOperationHandle. onExtended(ExtendedValueHandler... function)
Sets the function to execute when an extended result is received.ExtendedOperationHandle
ExtendedOperationHandle. onIntermediate(IntermediateResponseHandler... function)
ExtendedOperationHandle
ExtendedOperationHandle. onReferral(ReferralHandler... function)
ExtendedOperationHandle
ExtendedOperationHandle. onResult(ResultHandler... function)
ExtendedOperationHandle
ExtendedOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)
static ExtendedOperationHandle
ExtendedOperation. send(ConnectionFactory factory, ExtendedRequest request)
Sends an extended request.ExtendedOperationHandle
ExtendedOperation. send(ExtendedRequest request)
Sends an extended request.ExtendedOperationHandle
ExtendedOperationHandle. send()
ExtendedOperationHandle
ExtendedOperationHandle. throwIf(ResultPredicate function)
Methods in org.ldaptive.extended with parameters of type ExtendedOperationHandle Modifier and Type Method Description protected 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 ExtendedOperationHandle Modifier and Type Class Description class
DefaultExtendedOperationHandle
Handle that notifies on the components of an extended request.Methods in org.ldaptive.transport that return ExtendedOperationHandle Modifier and Type Method Description ExtendedOperationHandle
DefaultOperationHandle. cancel()
-