org.apache.james.pop3server
Interface CommandHandler

All Known Implementing Classes:
DeleCmdHandler, ListCmdHandler, NoopCmdHandler, PassCmdHandler, QuitCmdHandler, RetrCmdHandler, RsetCmdHandler, StatCmdHandler, TopCmdHandler, UidlCmdHandler, UnknownCmdHandler, UserCmdHandler

public interface CommandHandler

Custom command handlers must implement this interface The command handlers will be Server wide common to all the POP3Handlers, therefore the command handlers must store all the state information in the POP3Session object


Method Summary
 void onCommand(POP3Session session)
           
 

Method Detail

onCommand

void onCommand(POP3Session session)


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.