Class CancelExtendedOperation


public final class CancelExtendedOperation extends ExtendedOperationHandler<CancelExtendedOperationHandlerCfg>
This class implements the LDAP cancel extended operation defined in RFC 3909. It is similar to the LDAP abandon operation, with the exception that it requires a response for both the operation that is cancelled and the cancel request (whereas an abandon request never has a response, and if it is successful the abandoned operation won't get one either).