Uses of Interface
org.apache.directory.api.ldap.model.message.Response
-
-
Uses of Response in org.apache.directory.api.dsmlv2
Methods in org.apache.directory.api.dsmlv2 that return types with arguments of type Response Modifier and Type Method Description DsmlDecorator<? extends Response>Dsmlv2ResponseParser. getNextResponse()Returns the next Request or null if there's no more request -
Uses of Response in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response with type parameters of type Response Modifier and Type Class Description classAbstractResponseDsml<E extends Response>Base class for all DSML responses.Classes in org.apache.directory.api.dsmlv2.response that implement Response Modifier and Type Class Description classAbstractResponseDsml<E extends Response>Base class for all DSML responses.classAbstractResultResponseDsml<E extends ResultResponse>Base class for all DSML responses.classAddResponseDsmlDSML Decorator for AddResponseclassBindResponseDsmlDSML Decorator for AuthResponseclassCompareResponseDsmlDSML Decorator for CompareResponseclassDelResponseDsmlDSML Decorator for DelResponseclassErrorResponseClass representing Error Response.classExtendedResponseDsmlDSML Decorator for ExtendedResponseclassModDNResponseDsmlDSML Decorator for ModDNResponseclassModifyResponseDsmlDSML Decorator for ModifyResponseclassSearchResponseThis class represents the DSML Search ResponseclassSearchResponseDsmlThis class represents the Search Response Dsml Container.classSearchResultDoneDsmlDSML Decorator for SearchResultDoneclassSearchResultEntryDsmlDSML Decorator for SearchResultEntryclassSearchResultReferenceDsmlDSML Decorator for SearchResultReferenceMethods in org.apache.directory.api.dsmlv2.response that return Response Modifier and Type Method Description ResponseErrorResponse. getDecorated()Gets the Message this DsmlDecorator decorates.Methods in org.apache.directory.api.dsmlv2.response that return types with arguments of type Response Modifier and Type Method Description DsmlDecorator<? extends Response>BatchResponseDsml. getCurrentResponse()Gets the current responseList<DsmlDecorator<? extends Response>>BatchResponseDsml. getResponses()Gets the List of all the responsesMethod parameters in org.apache.directory.api.dsmlv2.response with type arguments of type Response Modifier and Type Method Description booleanBatchResponseDsml. addResponse(DsmlDecorator<? extends Response> response)Adds a request to the Batch Response DSML.booleanSearchResponseDsml. addResponse(DsmlDecorator<? extends Response> response)Adds a response.booleanBatchResponseDsml. removeResponse(DsmlDecorator<Response> response)Removes a request from the Batch Response DSML.booleanSearchResponseDsml. removeResponse(DsmlDecorator<? extends Response> response)Removes a response. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.cancel
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.cancel Modifier and Type Interface Description interfaceCancelResponseThe interface for Cancel ExtendedResponse, as defined in RFC 3909.Classes in org.apache.directory.api.ldap.extras.extended.cancel that implement Response Modifier and Type Class Description classCancelResponseImplThe response sent back from the server after the Cancel extended operation is performed. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.certGeneration
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.certGeneration Modifier and Type Interface Description interfaceCertGenerationResponseThe interface for the certificate generation extended operation.Classes in org.apache.directory.api.ldap.extras.extended.certGeneration that implement Response Modifier and Type Class Description classCertGenerationResponseImplThe response sent back from the server after the CertGeneration extended operation is performed. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.endTransaction
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.endTransaction Modifier and Type Interface Description interfaceEndTransactionResponseThe interface for End Transaction Extended Response.Classes in org.apache.directory.api.ldap.extras.extended.endTransaction that implement Response Modifier and Type Class Description classEndTransactionResponseImplThe End Transaction Extended Response implementation. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect Modifier and Type Interface Description interfaceGracefulDisconnectResponseAn unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.Classes in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect that implement Response Modifier and Type Class Description classGracefulDisconnectResponseImplAn unsolicited notification, extended response, intended for notifying clients of up coming disconnection due to intended service windows. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.gracefulShutdown
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.gracefulShutdown Modifier and Type Interface Description interfaceGracefulShutdownResponseThe response sent back from the server when aGracefulShutdownRequestImplextended operation is sent.Classes in org.apache.directory.api.ldap.extras.extended.gracefulShutdown that implement Response Modifier and Type Class Description classGracefulShutdownResponseImplThe response sent back from the server when aGracefulShutdownRequestImplextended operation is sent. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.pwdModify
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.pwdModify Modifier and Type Interface Description interfacePasswordModifyResponseThe RFC 3062 PwdModify response :Classes in org.apache.directory.api.ldap.extras.extended.pwdModify that implement Response Modifier and Type Class Description classPasswordModifyResponseImplThe RFC 3062 PwdModify response : -
Uses of Response in org.apache.directory.api.ldap.extras.extended.startTls
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.startTls Modifier and Type Interface Description interfaceStartTlsResponseThe RFC 4511 StartTLS responseClasses in org.apache.directory.api.ldap.extras.extended.startTls that implement Response Modifier and Type Class Description classStartTlsResponseImplThe RFC 4511 StartTLS response : -
Uses of Response in org.apache.directory.api.ldap.extras.extended.startTransaction
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.startTransaction Modifier and Type Interface Description interfaceStartTransactionResponseThe interface for Start Transaction Extended Response.Classes in org.apache.directory.api.ldap.extras.extended.startTransaction that implement Response Modifier and Type Class Description classStartTransactionResponseImplThe interface for Start Transaction Extended Response. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.storedProcedure
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.storedProcedure Modifier and Type Interface Description interfaceStoredProcedureResponseThe stored procedure extended operation response.Classes in org.apache.directory.api.ldap.extras.extended.storedProcedure that implement Response Modifier and Type Class Description classStoredProcedureResponseImplThe response sent back from the server when aStoredProcedureRequestImplis sent. -
Uses of Response in org.apache.directory.api.ldap.extras.extended.whoAmI
Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended.whoAmI Modifier and Type Interface Description interfaceWhoAmIResponseThe RFC 4532 WhoAmI response :Classes in org.apache.directory.api.ldap.extras.extended.whoAmI that implement Response Modifier and Type Class Description classWhoAmIResponseImplThe RFC 4532 WhoAmI response : -
Uses of Response in org.apache.directory.api.ldap.extras.intermediate.syncrepl
Subinterfaces of Response in org.apache.directory.api.ldap.extras.intermediate.syncrepl Modifier and Type Interface Description interfaceSyncInfoValueA syncInfoValue object, as defined in RFC 4533 ;Classes in org.apache.directory.api.ldap.extras.intermediate.syncrepl that implement Response Modifier and Type Class Description classSyncInfoValueImplA simpleSyncInfoValueimplementation to store response properties. -
Uses of Response in org.apache.directory.api.ldap.model.message
Subinterfaces of Response in org.apache.directory.api.ldap.model.message Modifier and Type Interface Description interfaceAddResponseAdd protocol response message used to confirm the results of a add request message.interfaceBindResponseBind protocol response message used to confirm the results of a bind request message.interfaceCompareResponseCompare protocol response message used to confirm the results of a compare request message.interfaceDeleteResponseDelete protocol response message used to confirm the results of a delete request message.interfaceExtendedResponseExtended protocol response message used to confirm the results of a extended request message.interfaceIntermediateResponseIntermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).interfaceModifyDnResponseModify Dn protocol response message used to confirm the results of a modify Dn request message.interfaceModifyResponseModify protocol response message used to confirm the results of a modify request message.interfaceResultResponseAn LDAP Response that contains an LDAPResult structure within it.interfaceSearchResultDoneSearch done protocol response message used to indicate the completion of a search request message.interfaceSearchResultEntrySearch entry protocol response message used to return non referral entries to the client in response to a search request message.interfaceSearchResultReferenceSearch reference protocol response message used to return referrals to the client in response to a search request message.Classes in org.apache.directory.api.ldap.model.message that implement Response Modifier and Type Class Description classAbstractExtendedResponseAn Abstract ExtendedResponse implementation.classAbstractResponseAbstract base for a Response message.classAbstractResultResponseAbstract base for a ResultResponse message.classAddResponseImplAddResponse implementation.classBindResponseImplBindResponse implementation.classCompareResponseImplCompareResponse implementation.classDeleteResponseImplDeleteResponse implementationclassIntermediateResponseImplIntermediateResponse implementationclassModifyDnResponseImplModifyDnResponse implementationclassModifyResponseImplModifyResponse implementationclassOpaqueExtendedResponseExtendedResponse basic implementation.classSearchResultDoneImplSearchResponseDone implementationclassSearchResultEntryImplLockable SearchResponseEntry implementationclassSearchResultReferenceImplSearchResponseReference implementation -
Uses of Response in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement Response Modifier and Type Class Description classAddNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Add response.classBindNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Bind response.classCompareNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Compare response.classDeleteNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Delete response.classExtendedNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Extended response.classModifyDnNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.classModifyNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Modify response.classNoticeOfDisconnectAn extended operation intended for notifying clients of upcoming disconnection.classSearchNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Search response. -
Uses of Response in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return Response Modifier and Type Method Description ResponseSearchCursorImpl. get()Gets the object at the current position.Methods in org.apache.directory.ldap.client.api with parameters of type Response Modifier and Type Method Description voidSearchCursorImpl. after(Response element)This operation is not supported in SearchCursor.voidSearchCursorImpl. before(Response element)This operation is not supported in SearchCursor. -
Uses of Response in org.apache.directory.ldap.client.api.future
Classes in org.apache.directory.ldap.client.api.future with type parameters of type Response Modifier and Type Class Description classMultipleResponseFuture<R extends Response>A Future implementation used in LdapConnection operations.interfaceResponseFuture<R extends Response>A Future implementation used in LdapConnection operations.classUniqueResponseFuture<R extends Response>A Future implementation used in LdapConnection operations for operations that only get one single response.
-