org.apache.directory.server.ldap.handlers.request
Class UnbindRequestHandler

java.lang.Object
  extended by org.apache.directory.server.ldap.handlers.LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>
      extended by org.apache.directory.server.ldap.handlers.request.UnbindRequestHandler
All Implemented Interfaces:
org.apache.mina.handler.demux.MessageHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>

public class UnbindRequestHandler
extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>

A no reply protocol handler implementation for LDAP UnbindRequests.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler
ldapServer
 
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler
NOOP
 
Constructor Summary
UnbindRequestHandler()
           
 
Method Summary
 void handle(LdapSession session, org.apache.directory.api.ldap.model.message.UnbindRequest unbindRequest)
          Handle a Ldap message associated with a session
 
Methods inherited from class org.apache.directory.server.ldap.handlers.LdapRequestHandler
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnbindRequestHandler

public UnbindRequestHandler()
Method Detail

handle

public void handle(LdapSession session,
                   org.apache.directory.api.ldap.model.message.UnbindRequest unbindRequest)
            throws Exception
Description copied from class: LdapRequestHandler
Handle a Ldap message associated with a session

Specified by:
handle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.UnbindRequest>
Parameters:
session - The associated session
unbindRequest - The message we have to handle
Throws:
Exception - If there is an error during the processing of this message


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.