Uses of Interface
org.apache.directory.api.ldap.model.message.ResultResponse

Packages that use ResultResponse
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
 

Classes in org.apache.directory.api.ldap.model.message with type parameters of type ResultResponse
 interface ManyReplyRequest<R extends ResultResponse>
          A request that can generate zero, one, or more heterogenous responses for a single request.
 interface ResultResponseRequest<R extends ResultResponse>
          A request who's one or more responses contains an LdapResult.
 interface SingleReplyRequest<R extends ResultResponse>
          Super interface for all request messages returning only one type of response.
 

Subinterfaces of ResultResponse in org.apache.directory.api.ldap.model.message
 interface AddResponse
          Add protocol response message used to confirm the results of a add request message.
 interface BindResponse
          Bind protocol response message used to confirm the results of a bind request message.
 interface CompareResponse
          Compare protocol response message used to confirm the results of a compare request message.
 interface DeleteResponse
          Delete protocol response message used to confirm the results of a delete request message.
 interface ExtendedResponse
          Extended protocol response message used to confirm the results of a extended request message.
 interface ModifyDnResponse
          Modify Dn protocol response message used to confirm the results of a modify Dn request message.
 interface ModifyResponse
          Modify protocol response message used to confirm the results of a modify request message.
 interface SearchResultDone
          Search 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
 class AbstractResultResponse
          Abstract base for a ResultResponse message.
 class AddResponseImpl
          AddResponse implementation.
 class BindResponseImpl
          BindResponse implementation.
 class CompareResponseImpl
          CompareResponse implementation.
 class DeleteResponseImpl
          DeleteResponse implementation
 class ExtendedResponseImpl
          A simple ExtendedResponse implementation.
 class IntermediateResponseImpl
          IntermediateResponse implementation
 class ModifyDnResponseImpl
          ModifyDnResponse implementation
 class ModifyResponseImpl
          ModifyResponse implementation
 class SearchResultDoneImpl
          SearchResponseDone implementation
 

Methods in org.apache.directory.api.ldap.model.message with parameters of type ResultResponse
static boolean ResultCodeEnum.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
 class AddNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Add response.
 class BindNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Bind response.
 class CompareNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Compare response.
 class DeleteNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Delete response.
 class ExtendedNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Extended response.
 class ModifyDnNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.
 class ModifyNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Modify response.
 class NoticeOfDisconnect
          An extended operation intended for notifying clients of upcoming disconnection.
 class SearchNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Search response.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.