org.apache.james.protocols.smtp.core
Class ExpnCmdHandler
java.lang.Object
org.apache.james.protocols.smtp.core.ExpnCmdHandler
- All Implemented Interfaces:
- CommandHandler<SMTPSession>, ProtocolHandler
public class ExpnCmdHandler
- extends Object
- implements CommandHandler<SMTPSession>
Handles EXPN command
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpnCmdHandler
public ExpnCmdHandler()
onCommand
public Response onCommand(SMTPSession session,
Request request)
- Handler method called upon receipt of a EXPN command.
This method informs the client that the command is
not implemented.
- 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.