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
Handler
handle
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.