org.ldaptive.handler
Interface IntermediateResponseHandler
- All Superinterfaces:
- Handler<Request,IntermediateResponse>
- All Known Implementing Classes:
- QueueingSearchExecutor.IntermediateResponseHandler
public interface IntermediateResponseHandler
- extends Handler<Request,IntermediateResponse>
Provides handling of an ldap intermediate response.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
handle
HandlerResult<IntermediateResponse> handle(Connection conn,
Request request,
IntermediateResponse response)
throws LdapException
- Handle the supplied result.
- Specified by:
handle in interface Handler<Request,IntermediateResponse>
- Parameters:
conn - connection the operation was executed onrequest - executed by the operationresponse - produced from the operation
- Returns:
- handler result
- Throws:
LdapException - if handling fails
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.