Class SmtpCommand
- java.lang.Object
-
- com.icegreen.greenmail.smtp.commands.SmtpCommand
-
- Direct Known Subclasses:
AuthCommand,DataCommand,HeloCommand,MailCommand,NoopCommand,QuitCommand,RcptCommand,RsetCommand,VrfyCommand
public abstract class SmtpCommand extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description SmtpCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidexecute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
-
-
-
Method Detail
-
execute
public abstract void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) throws IOException
- Throws:
IOException
-
-