Uses of Class
org.forgerock.opendj.ldap.messages.CancelExtendedRequest
Packages that use CancelExtendedRequest
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of CancelExtendedRequest in org.forgerock.opendj.ldap.messages
Fields in org.forgerock.opendj.ldap.messages with type parameters of type CancelExtendedRequestModifier and TypeFieldDescriptionstatic final ExtendedRequestDecoder<CancelExtendedRequest,ExtendedResult> CancelExtendedRequest.DECODERA decoder which can be used to decode cancel extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return CancelExtendedRequestModifier and TypeMethodDescriptionstatic CancelExtendedRequestRequests.copyOfCancelExtendedRequest(CancelExtendedRequest request) Creates a new cancel extended request that is an exact copy of the provided request.static CancelExtendedRequestRequests.newCancelExtendedRequest(int requestID) Creates a new cancel extended request using the provided message ID.CancelExtendedRequest.setRequestId(int id) Sets the request ID of the request to be abandoned.Methods in org.forgerock.opendj.ldap.messages with parameters of type CancelExtendedRequestModifier and TypeMethodDescriptionstatic CancelExtendedRequestRequests.copyOfCancelExtendedRequest(CancelExtendedRequest request) Creates a new cancel extended request that is an exact copy of the provided request.