org.apache.james.smtpserver
Class NoopCmdHandler

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

public class NoopCmdHandler
extends java.lang.Object
implements CommandHandler

Handles NOOP command


Constructor Summary
NoopCmdHandler()
           
 
Method Summary
 void onCommand(SMTPSession session)
          Handler method called upon receipt of a NOOP command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopCmdHandler

public NoopCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
Handler method called upon receipt of a NOOP command. Just sends back an OK and logs the command.

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


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.