org.apache.james.smtpserver
Interface CommandHandler
- All Known Implementing Classes:
- AuthCmdHandler, DataCmdHandler, EhloCmdHandler, ExpnCmdHandler, HeloCmdHandler, HelpCmdHandler, MailCmdHandler, NoopCmdHandler, QuitCmdHandler, RcptCmdHandler, RsetCmdHandler, UnknownCmdHandler, VrfyCmdHandler
public interface CommandHandler
Custom command handlers must implement this interface
The command handlers will be Server wide common to all the SMTPHandlers,
therefore the command handlers must store all the state information
in the SMTPSession object
onCommand
void onCommand(SMTPSession session)
Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.