Uses of Interface
org.forgerock.opendj.ldap.messages.IntermediateResponse
Packages that use 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.
Defines the Directory Server plugin API.
-
Uses of IntermediateResponse in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type IntermediateResponseModifier and TypeMethodDescriptionvoid
LdapWriter.writeIntermediateResponse
(int messageID, IntermediateResponse response) Writes the provided intermediate response. -
Uses of IntermediateResponse in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type IntermediateResponseModifier 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
Classes in org.forgerock.opendj.ldap.messages with type parameters of type IntermediateResponseModifier and TypeClassDescriptionclass
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.Subinterfaces of IntermediateResponse in org.forgerock.opendj.ldap.messagesModifier and TypeInterfaceDescriptioninterface
A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.Classes in org.forgerock.opendj.ldap.messages that implement IntermediateResponseModifier and TypeClassDescriptionclass
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.Methods in org.forgerock.opendj.ldap.messages that return IntermediateResponseModifier and TypeMethodDescriptionIntermediateResponse.addControl
(Control control) IntermediateResponse.addControls
(Iterable<? extends Control> controls) Methods in org.forgerock.opendj.ldap.messages with parameters of type IntermediateResponseModifier and TypeMethodDescriptionstatic LdapMessage
LdapMessage.newResponseMessage
(int messageId, IntermediateResponse response) Builds and returns anLdapMessage
containing aIntermediateResponse
.Constructors in org.forgerock.opendj.ldap.messages with parameters of type IntermediateResponseModifierConstructorDescriptionprotected
AbstractIntermediateResponse
(IntermediateResponse intermediateResponse) Creates a new intermediate response that is an exact copy of the provided response. -
Uses of IntermediateResponse in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type IntermediateResponseModifier and TypeMethodDescriptionDirectoryServerPlugin.processIntermediateResponse
(InProgressOperation operation, IntermediateResponse intermediateResponse) Performs any necessary processing that should be done before an intermediate response message is sent to a client.