Q - type of ldap requestS - type of ldap responsepublic interface OperationExceptionHandler<Q extends Request,S> extends Handler<Q,Response<S>>
| Modifier and Type | Method and Description |
|---|---|
HandlerResult<Response<S>> |
handle(Connection conn,
Q request,
Response<S> response)
Handle the supplied result.
|
HandlerResult<Response<S>> handle(Connection conn, Q request, Response<S> response) throws LdapException
HandlerCopyright © 2003-2019 Virginia Tech. All Rights Reserved.