org.apache.james.smtpserver
Class QuitCmdHandler

java.lang.Object
  extended by org.apache.james.smtpserver.QuitCmdHandler
All Implemented Interfaces:
CommandHandler

public class QuitCmdHandler
extends java.lang.Object
implements CommandHandler

Handles QUIT command


Constructor Summary
QuitCmdHandler()
           
 
Method Summary
 void onCommand(SMTPSession session)
          handles QUIT command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuitCmdHandler

public QuitCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
handles QUIT command

Specified by:
onCommand in interface CommandHandler
See Also:
CommandHandler.onCommand(SMTPSession)


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.