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

Packages that use Response
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
 

Uses of Response in org.apache.directory.api.ldap.model.message
 

Subinterfaces of Response 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 IntermediateResponse
          Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
 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 ResultResponse
          An LDAP Response that contains an LDAPResult structure within it.
 interface SearchResultDone
          Search done protocol response message used to indicate the completion of a search request message.
 interface SearchResultEntry
          Search entry protocol response message used to return non referral entries to the client in response to a search request message.
 interface SearchResultReference
          Search 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
 class AbstractResponse
          Abstract base for a Response message.
 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
 class SearchResultEntryImpl
          Lockable SearchResponseEntry implementation
 class SearchResultReferenceImpl
          SearchResponseReference 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
 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.