com.icegreen.greenmail.smtp.commands
Class SmtpCommand

java.lang.Object
  extended by com.icegreen.greenmail.smtp.commands.SmtpCommand
Direct Known Subclasses:
DataCommand, HeloCommand, MailCommand, NoopCommand, QuitCommand, RcptCommand, RsetCommand, VrfyCommand

public abstract class SmtpCommand
extends Object


Constructor Summary
SmtpCommand()
           
 
Method Summary
abstract  void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmtpCommand

public SmtpCommand()
Method Detail

execute

public abstract void execute(SmtpConnection conn,
                             SmtpState state,
                             SmtpManager manager,
                             String commandLine)
                      throws IOException
Throws:
IOException