org.apache.james.smtpserver
Class VrfyCmdHandler

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

public class VrfyCmdHandler
extends java.lang.Object
implements CommandHandler

Command handler for handling VRFY command


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

Constructor Detail

VrfyCmdHandler

public VrfyCmdHandler()
Method Detail

onCommand

public void onCommand(SMTPSession session)
Handler method called upon receipt of a VRFY 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-2007 The Apache Software Foundation. All Rights Reserved.