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