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

Packages that use Response
org.apache.directory.api.dsmlv2   
org.apache.directory.api.dsmlv2.reponse   
org.apache.directory.api.ldap.codec.api   
org.apache.directory.api.ldap.codec.decorators   
org.apache.directory.api.ldap.extras.extended   
org.apache.directory.api.ldap.extras.extended.ads_impl.cancel   
org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration   
org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect   
org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown   
org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
 

Uses of Response in org.apache.directory.api.dsmlv2
 

Methods in org.apache.directory.api.dsmlv2 that return types with arguments of type Response
 DsmlDecorator<? extends Response> Dsmlv2ResponseParser.getNextResponse()
          Returns the next Request or null if there's no more request
 

Uses of Response in org.apache.directory.api.dsmlv2.reponse
 

Classes in org.apache.directory.api.dsmlv2.reponse with type parameters of type Response
 class AbstractResponseDsml<E extends Response>
          Base class for all DSML responses.
 

Classes in org.apache.directory.api.dsmlv2.reponse that implement Response
 class AbstractResponseDsml<E extends Response>
          Base class for all DSML responses.
 class AbstractResultResponseDsml<E extends ResultResponse>
          Base class for all DSML responses.
 class AddResponseDsml
          DSML Decorator for AddResponse
 class BindResponseDsml
          DSML Decorator for AuthResponse
 class CompareResponseDsml
          DSML Decorator for CompareResponse
 class DelResponseDsml
          DSML Decorator for DelResponse
 class ErrorResponse
          Class representing Error Response.
 class ExtendedResponseDsml
          DSML Decorator for ExtendedResponse
 class ModDNResponseDsml
          DSML Decorator for ModDNResponse
 class ModifyResponseDsml
          DSML Decorator for ModifyResponse
 class SearchResponse
          This class represents the DSML Search Response
 class SearchResponseDsml
          This class represents the Search Response Dsml Container.
 class SearchResultDoneDsml
          DSML Decorator for SearchResultDone
 class SearchResultEntryDsml
          DSML Decorator for SearchResultEntry
 class SearchResultReferenceDsml
          DSML Decorator for SearchResultReference
 

Methods in org.apache.directory.api.dsmlv2.reponse that return Response
 Response ErrorResponse.getDecorated()
           
 

Methods in org.apache.directory.api.dsmlv2.reponse that return types with arguments of type Response
 DsmlDecorator<? extends Response> BatchResponseDsml.getCurrentResponse()
          Gets the current response
 List<DsmlDecorator<? extends Response>> BatchResponseDsml.getResponses()
          Gets the List of all the responses
 

Method parameters in org.apache.directory.api.dsmlv2.reponse with type arguments of type Response
 boolean SearchResponseDsml.addResponse(DsmlDecorator<? extends Response> response)
          Adds a response.
 boolean BatchResponseDsml.addResponse(DsmlDecorator<? extends Response> response)
          Adds a request to the Batch Response DSML.
 boolean SearchResponseDsml.removeResponse(DsmlDecorator<? extends Response> response)
          Removes a response.
 boolean BatchResponseDsml.removeResponse(DsmlDecorator<Response> response)
          Removes a request from the Batch Response DSML.
 

Uses of Response in org.apache.directory.api.ldap.codec.api
 

Classes in org.apache.directory.api.ldap.codec.api that implement Response
 class ExtendedResponseDecorator<R extends ExtendedResponse>
          A decorator for the ExtendedResponse message
 

Uses of Response in org.apache.directory.api.ldap.codec.decorators
 

Classes in org.apache.directory.api.ldap.codec.decorators that implement Response
 class AddResponseDecorator
          A decorator for the AddResponse message
 class BindResponseDecorator
          A decorator for the BindResponse message
 class CompareResponseDecorator
          A decorator for the CompareResponse message
 class DeleteResponseDecorator
          A decorator for the DeleteRequest message
 class IntermediateResponseDecorator
          A decorator for the IntermediateResponse message
 class ModifyDnResponseDecorator
          A decorator for the ModifyDnResponse message
 class ModifyResponseDecorator
          A decorator for the ModifyResponse message
 class ResponseDecorator<M extends ResultResponse>
          A decorator for the Response message.
 class SearchResultDoneDecorator
          A decorator for the SearchResultDone message
 class SearchResultEntryDecorator
          A decorator for the SearchResultEntry message
 class SearchResultReferenceDecorator
          A decorator for the SearchResultReference message
 

Uses of Response in org.apache.directory.api.ldap.extras.extended
 

Subinterfaces of Response in org.apache.directory.api.ldap.extras.extended
 interface CancelResponse
          The interface for Cancel ExtendedResponses.
 interface CertGenerationResponse
          The interface for the certificate generation extended operation.
 interface GracefulDisconnectResponse
          An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
 interface GracefulShutdownResponse
          The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
 interface StoredProcedureResponse
          The stored procedure extended operation response.
 

Classes in org.apache.directory.api.ldap.extras.extended that implement Response
 class CancelResponseImpl
          The response sent back from the server after the Cancel extended operation is performed.
 class CertGenerationResponseImpl
          The response sent back from the server after the CertGeneration extended operation is performed.
 class GracefulDisconnectResponseImpl
          An unsolicited notification, extended response, intended for notifying clients of up coming disconnection due to intended service windows.
 class GracefulShutdownResponseImpl
          The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
 class StoredProcedureResponseImpl
          The response sent back from the server when a StoredProcedureRequestImpl is sent.
 

Uses of Response in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
 

Classes in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel that implement Response
 class CancelResponseDecorator
          A Decorator for CancelResponses.
 

Uses of Response in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
 

Classes in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration that implement Response
 class CertGenerationResponseDecorator
          A Decorator for CancelResponses.
 

Uses of Response in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect
 

Classes in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect that implement Response
 class GracefulDisconnectResponseDecorator
          A Decorator for CancelResponses.
 

Uses of Response in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown
 

Classes in org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown that implement Response
 class GracefulShutdownResponseDecorator
          A Decorator for CancelResponses.
 

Uses of Response in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure
 

Classes in org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure that implement Response
 class StoredProcedureResponseDecorator
          A Decorator for CancelResponses.
 

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.
 

Uses of Response in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api that return Response
 Response SearchCursorImpl.get()
          Gets the object at the current position.
 

Methods in org.apache.directory.ldap.client.api with parameters of type Response
 void SearchCursorImpl.after(Response element)
          This operation is not supported in SearchCursor.
 void SearchCursorImpl.before(Response element)
          This operation is not supported in SearchCursor.
 

Uses of Response in org.apache.directory.ldap.client.api.future
 

Classes in org.apache.directory.ldap.client.api.future with type parameters of type Response
 class ResponseFuture<R extends Response>
          A Future implementation used in LdapConnection operations.
 

Methods in org.apache.directory.ldap.client.api.future that return Response
 Response SearchFuture.get()
          Get the SearchResponse, blocking until one is received.
 Response ExtendedFuture.get()
          Get the ExtendedResponse, blocking until one is received.
 Response SearchFuture.get(long timeout, TimeUnit unit)
          Get the SearchResponse, blocking until one is received, or until the given timeout is reached.
 Response ExtendedFuture.get(long timeout, TimeUnit unit)
          Get the ExtendedResponse, blocking until one is received, or until the given timeout is reached.
 



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