Uses of Interface
org.apache.directory.ldap.client.api.message.Message

Packages that use Message
org.apache.directory.ldap.client.api.message   
 

Uses of Message in org.apache.directory.ldap.client.api.message
 

Subinterfaces of Message in org.apache.directory.ldap.client.api.message
 interface AbandonableRequest
          A request which can be abandoned.
 interface Request
          Ldap protocol request messages derive from this super interface.
 interface RequestWithResponse
          An interface used to indicate that a Request has a response.
 interface Response
          Super interface used as a marker for all protocol response type messages.
 interface ResponseWithResult
          A request who's one or more responses contains an LdapResult.
 interface SearchResponse
          An interface for all the search responses.
 

Classes in org.apache.directory.ldap.client.api.message that implement Message
 class AbandonRequest
          Abandon protocol operation request message.
 class AbstractMessage
          Abstract message base class.
 class AbstractRequest
          An abstract class containing the Controls and timeout for all the requests.
 class AbstractResponseWithResult
          A request who's one or more responses contains an LdapResult.
 class AddRequest
          Class for representing client's add operation request.
 class AddResponse
          Response object for add operation
 class BindRequest
          Bind protocol operation request which authenticates and begins a client session.
 class BindResponse
          Bind protocol response message used to confirm the results of a bind request message.
 class CompareRequest
          Class for representing client's compare operation request.
 class CompareResponse
          Response object for compare operation
 class DeleteRequest
          Class for representing the client's delete operation request.
 class DeleteResponse
          Client side response for delete operation
 class ExtendedIntermediateResponse
          IntermediateResponse received during the extended operation
 class ExtendedRequest
          Class for representing client's extended operation request.
 class ExtendedResponse
          Response object for extended operation
 class ModifyDnRequest
          Class for representing client's modifyDn operation request.
 class ModifyDnResponse
          Client side response object for modifyDn operation.
 class ModifyRequest
          ModificationRequest for performing modify operation.
 class ModifyResponse
          Modify operation's response.
 class SearchIntermediateResponse
          IntermediateResponse received during the search operation
 class SearchRequest
          Search request protocol message interface.
 class SearchResultDone
          Search done protocol response message used to indicate the completion of a search request message.
 class SearchResultEntry
          Search entry protocol response message used to return non referral entries to the client in response to a search request message.
 class SearchResultReference
          Search reference protocol response message used to return referrals to the client in response to a search request message.
 class UnbindRequest
          Unbind protocol request message used to end a client session.
 

Methods in org.apache.directory.ldap.client.api.message that return Message
 Message AbstractMessage.add(org.apache.directory.shared.ldap.message.control.Control... controls)
          Adds controls to this Message.
 Message Message.add(org.apache.directory.shared.ldap.message.control.Control... controls)
          Adds controls to this Message.
 Message AbstractMessage.remove(org.apache.directory.shared.ldap.message.control.Control... controls)
          Deletes controls, removing them from this Message.
 Message Message.remove(org.apache.directory.shared.ldap.message.control.Control... control)
          Deletes controls, removing them from this Message.
 Message AbstractRequest.setTimeout(long timeout)
          Set a request client timeout.
 Message Request.setTimeout(long timeout)
          Set a request client timeout.
 



Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.