public interface AsyncRequestHandler extends Handler<Request,AsyncRequest>
| Modifier and Type | Method and Description |
|---|---|
HandlerResult<AsyncRequest> |
handle(Connection conn,
Request request,
AsyncRequest asyncRequest)
Handle the supplied result.
|
HandlerResult<AsyncRequest> handle(Connection conn, Request request, AsyncRequest asyncRequest) throws LdapException
Handlerhandle in interface Handler<Request,AsyncRequest>conn - connection the operation was executed onrequest - executed by the operationasyncRequest - produced from the operationLdapException - if handling failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.