Uses of Class
org.apache.directory.api.ldap.model.message.AbstractResultResponse

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

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

Subclasses of AbstractResultResponse in org.apache.directory.api.ldap.model.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
 

Uses of AbstractResultResponse in org.apache.directory.api.ldap.model.message.extended
 

Subclasses of AbstractResultResponse in org.apache.directory.api.ldap.model.message.extended
 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.