Uses of Interface
org.apache.directory.api.ldap.model.message.ResultResponse
-
Packages that use ResultResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
Uses of ResultResponse in org.apache.directory.api.ldap.model.message
Subinterfaces of ResultResponse 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.interfaceSearchResultDoneSearch done protocol response message used to indicate the completion of a search request message.Classes in org.apache.directory.api.ldap.model.message that implement ResultResponse Modifier and Type Class Description classAbstractExtendedResponseAn Abstract ExtendedResponse implementation.classAbstractResultResponseAbstract base for a ResultResponse message.classAddResponseImplAddResponse implementation.classBindResponseImplBindResponse implementation.classCompareResponseImplCompareResponse implementation.classDeleteResponseImplDeleteResponse implementationclassIntermediateResponseImplIntermediateResponse implementationclassModifyDnResponseImplModifyDnResponse implementationclassModifyResponseImplModifyResponse implementationclassOpaqueExtendedResponseExtendedResponse basic implementation.classSearchResultDoneImplSearchResponseDone implementationMethods in org.apache.directory.api.ldap.model.message that return ResultResponse Modifier and Type Method Description ResultResponseResultResponseRequest. getResultResponse()If called for the first time, this method creates a result containing response object for this request.Methods in org.apache.directory.api.ldap.model.message with parameters of type ResultResponse Modifier and Type Method Description static booleanResultCodeEnum. processResponse(ResultResponse response)Process the response, throwing the associated exception if needed. -
Uses of ResultResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement ResultResponse 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.
-