CommandHandlerpublic 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 |
Methods Summary |
---|
public void | onCommand(SMTPSession session)
|
|