public interface IntermediateResponseHandler extends Handler<Request,IntermediateResponse>
Modifier and Type | Method and Description |
---|---|
HandlerResult<IntermediateResponse> |
handle(Connection conn,
Request request,
IntermediateResponse response)
Handle the supplied result.
|
HandlerResult<IntermediateResponse> handle(Connection conn, Request request, IntermediateResponse response) throws LdapException
Handler
handle
in interface Handler<Request,IntermediateResponse>
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.