org.apache.james.protocols.smtp.core
Class HelpCmdHandler
java.lang.Object
org.apache.james.protocols.smtp.core.HelpCmdHandler
- All Implemented Interfaces:
- CommandHandler<SMTPSession>, ProtocolHandler
public class HelpCmdHandler
- extends Object
- implements CommandHandler<SMTPSession>
Handles HELP command
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpCmdHandler
public HelpCmdHandler()
onCommand
public Response onCommand(SMTPSession session,
Request request)
- handles HELP command
- Specified by:
onCommand in interface CommandHandler<SMTPSession>
getImplCommands
public Collection<String> getImplCommands()
- Specified by:
getImplCommands in interface CommandHandler<SMTPSession>
- See Also:
CommandHandler.getImplCommands()
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.