org.apache.james.smtpserver
Class VrfyCmdHandler
java.lang.Object
org.apache.james.smtpserver.VrfyCmdHandler
- All Implemented Interfaces:
- CommandHandler
- public class VrfyCmdHandler
- extends Object
- implements CommandHandler
Command handler for handling VRFY command
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 |
VrfyCmdHandler
public VrfyCmdHandler()
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."