com.icegreen.greenmail.smtp.commands
Class SmtpCommand
java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
- Direct Known Subclasses:
- DataCommand, HeloCommand, MailCommand, NoopCommand, QuitCommand, RcptCommand, RsetCommand, VrfyCommand
public abstract class SmtpCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmtpCommand
public SmtpCommand()
execute
public abstract void execute(SmtpConnection conn,
SmtpState state,
SmtpManager manager,
String commandLine)
throws IOException
- Throws:
IOException