org.subethamail.smtp.server
Interface Command

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

public interface Command

Describes a SMTP command

Author:
Jon Stevens, Scott Hernandez

Method Summary
 void execute(java.lang.String commandString, Session sess)
           
 HelpMessage getHelp()
           
 java.lang.String getName()
           
 

Method Detail

execute

void execute(java.lang.String commandString,
             Session sess)
             throws java.io.IOException
Throws:
java.io.IOException

getHelp

HelpMessage getHelp()
                    throws CommandException
Throws:
CommandException

getName

java.lang.String getName()


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