org.apache.james.protocols.smtp.core
Class VrfyCmdHandler

java.lang.Object
  extended by org.apache.james.protocols.smtp.core.VrfyCmdHandler
All Implemented Interfaces:
CommandHandler<SMTPSession>

public class VrfyCmdHandler
extends java.lang.Object
implements CommandHandler<SMTPSession>

Command handler for handling VRFY command


Constructor Summary
VrfyCmdHandler()
           
 
Method Summary
 java.util.Collection<java.lang.String> getImplCommands()
           
 Response onCommand(SMTPSession session, Request request)
          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 Response onCommand(SMTPSession session,
                          Request request)
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<SMTPSession>

getImplCommands

public java.util.Collection<java.lang.String> getImplCommands()
Specified by:
getImplCommands in interface CommandHandler<SMTPSession>
See Also:
org.apache.james.smtpserver.protocol.CommandHandler#getImplCommands()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.