Class CancelExtendedRequest

All Implemented Interfaces:
ExtendedRequest<ExtendedResult>, ProtocolOp, Request

public final class CancelExtendedRequest extends AbstractExtendedRequest<CancelExtendedRequest,ExtendedResult> implements ExtendedRequest<ExtendedResult>
The cancel extended request as defined in RFC 3909. This operation is similar to the abandon operation, except that it has a response and also requires the abandoned operation to return a response indicating it was canceled. This operation should be used instead of the abandon operation when the client needs an indication of the outcome. This operation may be used to cancel both interrogation and update operations.
See Also: