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.writeIntermediateResponse(int messageID,
IntermediateResponse response)
Writes the provided intermediate response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IntermediateResponseHandler.handleIntermediateResponse(IntermediateResponse response)
Invoked each time an intermediate response is returned from the Directory
Server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for
implementing new Intermediate responses.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericIntermediateResponse
A Generic Intermediate response provides a mechanism for communicating
unrecognized or unsupported Intermediate responses to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for
implementing new Intermediate responses.
|
Modifier and Type | Method and Description |
---|---|
IntermediateResponse |
IntermediateResponse.addControl(Control control) |
IntermediateResponse |
IntermediateResponse.addControls(Iterable<? extends Control> controls) |
Modifier and Type | Method and Description |
---|---|
static LdapMessage |
LdapMessage.newResponseMessage(int messageId,
IntermediateResponse response)
Builds and returns an
LdapMessage containing a IntermediateResponse . |
Constructor and Description |
---|
AbstractIntermediateResponse(IntermediateResponse intermediateResponse)
Creates a new intermediate response that is an exact copy of the provided
response.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.