Uses of Record Class
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.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
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
Methods in org.forgerock.opendj.ldap.messages that return IntermediateResponseModifier and TypeMethodDescriptionstatic IntermediateResponse
Responses.newIntermediateResponse
(String oid, Object value) Creates a new intermediate response using the provided response name and value.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
. -
Uses of IntermediateResponse in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type IntermediateResponseModifier and TypeMethodDescriptionboolean
DirectoryServerPlugin.processIntermediateResponse
(InProgressOperation operation, IntermediateResponse intermediateResponse) Performs any necessary processing that should be done before an intermediate response message is sent to a client. -
Uses of IntermediateResponse in org.opends.server.types
Methods in org.opends.server.types with parameters of type IntermediateResponseModifier and TypeMethodDescriptionfinal void
Operation.sendIntermediateResponse
(IntermediateResponse response) -
Uses of IntermediateResponse in org.opends.server.types.operation
Methods in org.opends.server.types.operation with parameters of type IntermediateResponseModifier and TypeMethodDescriptionvoid
PreOperationOperation.sendIntermediateResponse
(IntermediateResponse response) Sends the provided intermediate response message to the client.void
PreParseOperation.sendIntermediateResponse
(IntermediateResponse response) Sends the provided intermediate response message to the client.