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.
|
insertpublic IntermediateResponseHandler(BlockingQueue<QueueingSearchExecutor.SearchItem> q)
q - blocking queuepublic HandlerResult<IntermediateResponse> handle(Connection conn, Request request, IntermediateResponse response) throws LdapException
Handlerhandle in interface Handler<Request,IntermediateResponse>handle in interface IntermediateResponseHandlerconn - connection the operation was executed onrequest - executed by the operationresponse - produced from the operationLdapException - if handling failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.