public class ExtendedResponseHandler extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.ExtendedResponse>
ExtendedResponses.ldapServer, LOG| Constructor and Description |
|---|
ExtendedResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.ExtendedResponse extendedResponse)
Handle a Ldap message associated with a session
|
getLdapServer, handleMessage, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.ExtendedResponse extendedResponse) throws Exception
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.ExtendedResponse>session - The associated sessionextendedResponse - 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.