Uses of Interface
org.forgerock.opendj.ldap.messages.IntermediateResponse
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 IntermediateResponse in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionvoid
LdapWriter.writeIntermediateResponse
(int messageID, IntermediateResponse response) Writes the provided intermediate response. -
Uses of IntermediateResponse in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionboolean
IntermediateResponseHandler.handleIntermediateResponse
(IntermediateResponse response) Invoked each time an intermediate response is returned from the Directory Server. -
Uses of IntermediateResponse in org.forgerock.opendj.ldap.messages
Modifier and TypeClassDescriptionclass
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.Modifier and TypeInterfaceDescriptioninterface
A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.Modifier and TypeClassDescriptionclass
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.Modifier and TypeMethodDescriptionIntermediateResponse.addControl
(Control control) IntermediateResponse.addControls
(Iterable<? extends Control> controls) Modifier and TypeMethodDescriptionstatic LdapMessage
LdapMessage.newResponseMessage
(int messageId, IntermediateResponse response) Builds and returns anLdapMessage
containing aIntermediateResponse
.ModifierConstructorDescriptionprotected
AbstractIntermediateResponse
(IntermediateResponse intermediateResponse) Creates a new intermediate response that is an exact copy of the provided response.