Uses of Interface
org.ldaptive.intermediate.IntermediateResponse

Packages that use IntermediateResponse
org.ldaptive.concurrent   
org.ldaptive.handler   
org.ldaptive.intermediate   
org.ldaptive.provider   
 

Uses of IntermediateResponse in org.ldaptive.concurrent
 

Methods in org.ldaptive.concurrent that return IntermediateResponse
 IntermediateResponse QueueingSearchExecutor.SearchItem.getIntermediateResponse()
          Returns the intermediate response contained in this item or null if this item does not contain an intermediate response.
 

Methods in org.ldaptive.concurrent that return types with arguments of type IntermediateResponse
 HandlerResult<IntermediateResponse> QueueingSearchExecutor.IntermediateResponseHandler.handle(Connection conn, Request request, IntermediateResponse response)
          Handle the supplied result.
 

Methods in org.ldaptive.concurrent with parameters of type IntermediateResponse
 HandlerResult<IntermediateResponse> QueueingSearchExecutor.IntermediateResponseHandler.handle(Connection conn, Request request, IntermediateResponse response)
          Handle the supplied result.
 

Constructors in org.ldaptive.concurrent with parameters of type IntermediateResponse
QueueingSearchExecutor.SearchItem(IntermediateResponse response)
          Creates a new blocking search item.
 

Uses of IntermediateResponse in org.ldaptive.handler
 

Methods in org.ldaptive.handler that return types with arguments of type IntermediateResponse
 HandlerResult<IntermediateResponse> IntermediateResponseHandler.handle(Connection conn, Request request, IntermediateResponse response)
          Handle the supplied result.
 

Methods in org.ldaptive.handler with parameters of type IntermediateResponse
 HandlerResult<IntermediateResponse> IntermediateResponseHandler.handle(Connection conn, Request request, IntermediateResponse response)
          Handle the supplied result.
 

Uses of IntermediateResponse in org.ldaptive.intermediate
 

Classes in org.ldaptive.intermediate that implement IntermediateResponse
 class AbstractIntermediateResponse
          Base class for ldap intermediate response messages.
 class SyncInfoMessage
          Intermediate response message for ldap content synchronization.
 

Methods in org.ldaptive.intermediate that return IntermediateResponse
static IntermediateResponse IntermediateResponseFactory.createIntermediateResponse(String oid, byte[] encoded, ResponseControl[] responseControls, int msgId)
          Creates an intermediate response from the supplied response data.
 

Uses of IntermediateResponse in org.ldaptive.provider
 

Methods in org.ldaptive.provider that return IntermediateResponse
 IntermediateResponse SearchItem.getIntermediateResponse()
          Returns the intermediate response in this search item or null if this search item does not contain an intermediate response.
 

Constructors in org.ldaptive.provider with parameters of type IntermediateResponse
SearchItem(IntermediateResponse ir)
          Creates a new search item.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.