com.dumbster.smtp
public class SmtpActionType extends Object
| Field Summary | |
|---|---|
| static SmtpActionType | BLANK_LINE Header/body separator action. |
| static SmtpActionType | CONNECT CONNECT action. |
| static SmtpActionType | DATA DATA action. |
| static SmtpActionType | DATA_END "." action. |
| static SmtpActionType | EHLO EHLO action. |
| static SmtpActionType | EXPN Stateless EXPN action. |
| static SmtpActionType | HELP Stateless HELP action. |
| static SmtpActionType | MAIL MAIL action. |
| static SmtpActionType | NOOP Stateless NOOP action. |
| static SmtpActionType | QUIT QUIT action. |
| static SmtpActionType | RCPT RCPT action. |
| static SmtpActionType | RSET Stateless RSET action. |
| static SmtpActionType | UNRECOG Body text action. |
| static SmtpActionType | VRFY Stateless VRFY action. |
| Method Summary | |
|---|---|
| boolean | isStateless()
Indicates whether the action is stateless or not. |
| String | toString()
String representation of this SMTP action type. |
Returns: true iff the action is stateless
Returns: a String