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 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()
-