org.apache.james.smtpserver
Class ExpnCmdHandler

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

public class ExpnCmdHandler
extends java.lang.Object
implements CommandHandler

Handles EXPN command


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

Constructor Detail

ExpnCmdHandler

public ExpnCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
Handler method called upon receipt of a EXPN command. This method informs the client that the command is not implemented.

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


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