public class IntermediateResponseHandler extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.IntermediateResponse>
IntermediateResponses.ldapServer, LOG| Constructor and Description |
|---|
IntermediateResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse)
Handle a Ldap message associated with a session
|
getLdapServer, handleMessage, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.IntermediateResponse intermediateResponse)
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.IntermediateResponse>session - The associated sessionintermediateResponse - The message we have to handleCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.