protected class QueueingSearchExecutor.IntermediateResponseHandler extends QueueingSearchExecutor.AbstractHandler implements IntermediateResponseHandler
Constructor and Description |
---|
IntermediateResponseHandler(BlockingQueue<QueueingSearchExecutor.SearchItem> q)
Creates a new intermediate response handler.
|
Modifier and Type | Method and Description |
---|---|
HandlerResult<IntermediateResponse> |
handle(Connection conn,
Request request,
IntermediateResponse response)
Handle the supplied result.
|
insert
public IntermediateResponseHandler(BlockingQueue<QueueingSearchExecutor.SearchItem> q)
q
- blocking queuepublic HandlerResult<IntermediateResponse> handle(Connection conn, Request request, IntermediateResponse response) throws LdapException
Handler
handle
in interface Handler<Request,IntermediateResponse>
handle
in interface IntermediateResponseHandler
conn
- connection the operation was executed onrequest
- executed by the operationresponse
- produced from the operationLdapException
- if handling failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.