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

Packages that use Request
org.apache.directory.api.ldap.model.message   
 

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

Subinterfaces of Request in org.apache.directory.api.ldap.model.message
 interface AbandonableRequest
          A request which can be abandoned.
 interface AbandonRequest
          Abandon protocol operation request to terminate an operation already in progress.
 interface AddRequest
          Add protocol operation request used to add a new entry to the DIT.
 interface BindRequest
          Bind protocol operation request which authenticates and begins a client session.
 interface CompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
 interface DeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
 interface ExtendedRequest<R extends ExtendedResponse>
          Extended protocol request message used to add to more operations to the protocol.
 interface ManyReplyRequest<R extends ResultResponse>
          A request that can generate zero, one, or more heterogenous responses for a single request.
 interface ModifyDnRequest
          Modify Dn request protocol message used to rename or move an existing entry in the directory.
 interface ModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
 interface ResultResponseRequest<R extends ResultResponse>
          A request who's one or more responses contains an LdapResult.
 interface SearchRequest
          Search request protocol message interface.
 interface SingleReplyRequest<R extends ResultResponse>
          Super interface for all request messages returning only one type of response.
 interface UnbindRequest
          Unbind protocol request message used to end a client session.
 

Classes in org.apache.directory.api.ldap.model.message that implement Request
 class AbandonRequestImpl
          Implementation of an AbandonRequest message.
 class AbstractAbandonableRequest
          The base abandonable request message class.
 class AbstractExtendedRequest<R extends ExtendedResponse>
          ExtendedRequest implementation.
 class AbstractRequest
          The base request message class.
 class AddRequestImpl
          Lockable add request implementation.
 class BindRequestImpl
          Bind protocol operation request which authenticates and begins a client session.
 class CompareRequestImpl
          Comparison request implementation.
 class DeleteRequestImpl
          Delete request implementation.
 class ExtendedRequestImpl
          ExtendedRequest implementation.
 class ModifyDnRequestImpl
          ModifyDNRequest implementation.
 class ModifyRequestImpl
          Lockable ModifyRequest implementation.
 class SearchRequestImpl
          SearchRequest implementation.
 class UnbindRequestImpl
          Lockable UnbindRequest implementation.
 



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