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


Method Summary
 void onCommand(SMTPSession session)
           
 

Method Detail

onCommand

void onCommand(SMTPSession session)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.