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
public void onCommand(SMTPSession session)
"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."