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.requests |
Classes and interfaces for core LDAP requests.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPMessageHandler.abandonRequest(int messageID,
AbandonRequest request)
Handles an LDAP abandon request message.
|
void |
AbstractLDAPMessageHandler.abandonRequest(int messageID,
AbandonRequest request) |
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.
|
void |
ServerConnection.handleAbandon(C requestContext,
AbandonRequest request)
Invoked when an abandon request is received from a client.
|
Modifier and Type | Method and Description |
---|---|
AbandonRequest |
AbandonRequest.addControl(Control control) |
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.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<Void> |
LDAPConnectionImpl.abandonAsync(AbandonRequest request)
Abandons the unfinished operation identified in the provided abandon request.
|
Modifier and Type | Method and Description |
---|---|
LdapPromise<Void> |
SdkConnectionAdapter.abandonAsync(AbandonRequest request) |
Copyright 2010-2017 ForgeRock AS.