public class AbandonHandler extends LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest>
ldapServer
Constructor and Description |
---|
AbandonHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest request)
Handle a Ldap message associated with a session
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer
public void handle(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest request) throws Exception
LdapRequestHandler
handle
in class LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalAbandonRequest>
session
- The associated sessionrequest
- The message we have to handleException
- If there is an error during the processing of this messagehandle(org.apache.directory.server.ldap.LdapSession, org.apache.directory.shared.ldap.message.Request)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.