org.apache.james.smtpserver.core
Class RsetCmdHandler

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

public class RsetCmdHandler
extends java.lang.Object
implements CommandHandler

Handles RSET command


Constructor Summary
RsetCmdHandler()
           
 
Method Summary
 java.util.Collection getImplCommands()
          Return a Collection of implemented commands
 void onCommand(SMTPSession session)
          Handle the command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsetCmdHandler

public RsetCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
Description copied from interface: CommandHandler
Handle the command

Specified by:
onCommand in interface CommandHandler

getImplCommands

public java.util.Collection getImplCommands()
Description copied from interface: CommandHandler
Return a Collection of implemented commands

Specified by:
getImplCommands in interface CommandHandler
Returns:
Collection which contains implemented commands
See Also:
CommandHandler.getImplCommands()


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