org.apache.james.smtpserver
Class VrfyCmdHandler

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

public class VrfyCmdHandler
extends 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 © 1999-2006 Apache Jakarta Project. All Rights Reserved."