Class SmtpCommand
java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
- Direct Known Subclasses:
AuthCommand,DataCommand,HeloCommand,MailCommand,NoopCommand,QuitCommand,RcptCommand,RsetCommand,VrfyCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
SmtpCommand
public SmtpCommand()
-
-
Method Details
-
execute
public abstract void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) throws IOException - Throws:
IOException
-