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.responses |
Classes and interfaces for core LDAP responses.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPMessageHandler.intermediateResponse(int messageID,
IntermediateResponse response)
Handles an LDAP intermediate response message.
|
void |
AbstractLDAPMessageHandler.intermediateResponse(int messageID,
IntermediateResponse response) |
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) |
Constructor and Description |
---|
AbstractIntermediateResponse(IntermediateResponse intermediateResponse)
Creates a new intermediate response that is an exact copy of the provided
response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResultLdapPromiseImpl.handleIntermediateResponse(IntermediateResponse response) |
Copyright 2010-2017 ForgeRock AS.