Uses of Class
org.forgerock.opendj.ldap.messages.AbandonRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of AbandonRequest in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionvoid
LdapWriter.writeAbandonRequest
(int messageID, AbandonRequest request) Writes the provided abandon request. -
Uses of AbandonRequest in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionAbstractConnectionWrapper.abandonAsync
(AbandonRequest request) Abandons the unfinished operation identified in the provided abandon request.AbstractSynchronousConnection.abandonAsync
(AbandonRequest request) Abandon operations are not supported because operations are performed synchronously and the ID of the request to be abandoned cannot be determined.Connection.abandonAsync
(AbandonRequest request) Abandons the unfinished operation identified in the provided abandon request. -
Uses of AbandonRequest in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionstatic AbandonRequest
Requests.copyOfAbandonRequest
(AbandonRequest request) Creates a new abandon request that is an exact copy of the provided request.protected AbandonRequest
AbandonRequest.getThis()
static AbandonRequest
Requests.newAbandonRequest
(int requestID) Creates a new abandon request using the provided message ID.AbandonRequest.setRequestId
(int id) Sets the request ID of the request to be abandoned.Modifier and TypeMethodDescriptionstatic AbandonRequest
Requests.copyOfAbandonRequest
(AbandonRequest request) Creates a new abandon request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest
(P p, AbandonRequest request) RequestVisitor.visitRequest
(P p, AbandonRequest request) Visits anAbandon
request.