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 ExtendedOperationHandleOperationHandle. cancel()Cancels this operation.ExtendedOperationHandleConnection. 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 ExtendedOperationHandleSyncReplClient. 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 ExtendedOperationHandleExtendedOperation. 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 classDefaultExtendedOperationHandleHandle that notifies on the components of an extended request.Methods in org.ldaptive.transport that return ExtendedOperationHandle Modifier and Type Method Description ExtendedOperationHandleDefaultOperationHandle. cancel()
-