Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeAbandonRequest(int messageID,
AbandonRequest request)
Writes the provided abandon request.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<Void> |
Connection.abandonAsync(AbandonRequest request)
Abandons the unfinished operation identified in the provided abandon
request.
|
LdapPromise<Void> |
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.
|
LdapPromise<Void> |
AbstractConnectionWrapper.abandonAsync(AbandonRequest request)
Abandons the unfinished operation identified in the provided abandon
request.
|
Modifier and Type | Method and Description |
---|---|
AbandonRequest |
AbandonRequest.addControl(Control control) |
AbandonRequest |
AbandonRequest.addControls(Iterable<? extends Control> controls) |
static AbandonRequest |
Requests.copyOfAbandonRequest(AbandonRequest request)
Creates a new abandon request that is an exact copy of the provided
request.
|
static AbandonRequest |
Requests.newAbandonRequest(int requestID)
Creates a new abandon request using the provided message ID.
|
AbandonRequest |
AbandonRequest.setRequestId(int id)
Sets the request ID of the request to be abandoned.
|
static AbandonRequest |
Requests.unmodifiableAbandonRequest(AbandonRequest request)
Creates an unmodifiable abandon request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static AbandonRequest |
Requests.copyOfAbandonRequest(AbandonRequest request)
Creates a new abandon request that is an exact copy of the provided
request.
|
static AbandonRequest |
Requests.unmodifiableAbandonRequest(AbandonRequest request)
Creates an unmodifiable abandon request of the provided request.
|
R |
RequestVisitor.visitRequest(P p,
AbandonRequest request)
Visits an
Abandon request. |
R |
AbstractRequestVisitor.visitRequest(P p,
AbandonRequest request) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.