Q
- type of ldap requestS
- type of ldap responsepublic interface ReferralHandler<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.
|
void |
initializeRequest(Q request)
Initialize the request for use with this referral handler.
|
HandlerResult<Response<S>> handle(Connection conn, Q request, Response<S> response) throws LdapException
Handler
void initializeRequest(Q request)
request
- to initialize for this referral handlerCopyright © 2003-2019 Virginia Tech. All Rights Reserved.