org.subethamail.smtp.server
Interface Command

All Known Implementing Classes:
AuthCommand, BaseCommand, DataCommand, DataEndCommand, EhloCommand, HelloCommand, HelpCommand, MailCommand, NoopCommand, QuitCommand, ReceiptCommand, ResetCommand, StartTLSCommand, VerifyCommand

public interface Command

Describes a SMTP command

Author:
Jon Stevens

Method Summary
 void execute(java.lang.String commandString, ConnectionContext context)
           
 HelpMessage getHelp(java.lang.String commandName)
           
 java.lang.String getName()
           
 

Method Detail

execute

void execute(java.lang.String commandString,
             ConnectionContext context)
             throws java.io.IOException
Throws:
java.io.IOException

getHelp

HelpMessage getHelp(java.lang.String commandName)
                    throws CommandException
Throws:
CommandException

getName

java.lang.String getName()


Copyright © 2011 SubEthaSMTP. All Rights Reserved. Build version: UNVERSIONED