FileDocCategorySizeDatePackage
CommandHandler.javaAPI DocApache James 2.3.11589Fri Jan 12 12:56:26 GMT 2007org.apache.james.smtpserver

CommandHandler

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

Fields Summary
Constructors Summary
Methods Summary
public voidonCommand(SMTPSession session)