Q - type of ldap requestS - type of ldap responsepublic class NoOpOperationExceptionHandler<Q extends Request,S> extends Object implements OperationExceptionHandler<Q,S>
handle(Connection, Request, Response).| Constructor and Description |
|---|
NoOpOperationExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
HandlerResult<Response<S>> |
handle(Connection conn,
Q request,
Response<S> response)
Handle the supplied result.
|
public HandlerResult<Response<S>> handle(Connection conn, Q request, Response<S> response) throws LdapException
Handlerhandle in interface Handler<Q extends Request,Response<S>>handle in interface OperationExceptionHandler<Q extends Request,S>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.