org.apache.directory.server.ldap.support
Class UnbindHandler

java.lang.Object
  extended by org.apache.directory.server.ldap.support.UnbindHandler
All Implemented Interfaces:
LdapMessageHandler

public class UnbindHandler
extends java.lang.Object
implements LdapMessageHandler

A no reply protocol handler implementation for LDAP org.apache.directory.shared.ldap.message.UnbindRequests.

Version:
$Rev: 434435 $
Author:
Apache Directory Project

Constructor Summary
UnbindHandler()
           
 
Method Summary
 void init(StartupConfiguration cfg)
           
 void messageReceived(IoSession session, java.lang.Object request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnbindHandler

public UnbindHandler()
Method Detail

messageReceived

public void messageReceived(IoSession session,
                            java.lang.Object request)

init

public void init(StartupConfiguration cfg)
Specified by:
init in interface LdapMessageHandler