public class ExtendedRequestHandler<R extends org.apache.directory.api.ldap.model.message.ExtendedRequest> extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.ExtendedRequest>
ExtendedRequests.ldapServer, LOG| Constructor and Description |
|---|
ExtendedRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.ExtendedRequest req)
Handle a Ldap message associated with a session
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.ExtendedRequest req) throws Exception
handle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.ExtendedRequest>session - The associated sessionreq - The message we have to handleException - If there is an error during the processing of this messageCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.