Package org.apache.directory.ldap.client.api.message

Interface Summary
AbandonableRequest A request which can be abandoned.
IntermediateResponse An class Intermediate responses.
Message Root interface for all LDAP message type interfaces.
Request Ldap protocol request messages derive from this super interface.
RequestWithResponse An interface used to indicate that a Request has a response.
Response Super interface used as a marker for all protocol response type messages.
ResponseWithResult A request who's one or more responses contains an LdapResult.
SearchResponse An interface for all the search responses.
 

Class Summary
AbandonRequest Abandon protocol operation request message.
AbstractMessage Abstract message base class.
AbstractRequest An abstract class containing the Controls and timeout for all the requests.
AbstractResponseWithResult A request who's one or more responses contains an LdapResult.
AddRequest Class for representing client's add operation request.
AddResponse Response object for add operation
BindRequest Bind protocol operation request which authenticates and begins a client session.
BindResponse Bind protocol response message used to confirm the results of a bind request message.
CompareRequest Class for representing client's compare operation request.
CompareResponse Response object for compare operation
DeleteRequest Class for representing the client's delete operation request.
DeleteResponse Client side response for delete operation
ExtendedIntermediateResponse IntermediateResponse received during the extended operation
ExtendedRequest Class for representing client's extended operation request.
ExtendedResponse Response object for extended operation
LdapResult LDAPv3 result structure embedded into Responses.
ModifyDnRequest Class for representing client's modifyDn operation request.
ModifyDnResponse Client side response object for modifyDn operation.
ModifyRequest ModificationRequest for performing modify operation.
ModifyResponse Modify operation's response.
Referral Represents a referral which is a set of alternative locations where an entry can be found.
SearchIntermediateResponse IntermediateResponse received during the search operation
SearchRequest Search request protocol message interface.
SearchResultDone Search done protocol response message used to indicate the completion of a search request message.
SearchResultEntry Search entry protocol response message used to return non referral entries to the client in response to a search request message.
SearchResultReference Search reference protocol response message used to return referrals to the client in response to a search request message.
UnbindRequest Unbind protocol request message used to end a client session.
 



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