com.dumbster.smtp
public class SmtpActionType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isStateless()
Indicates whether the action is stateless or not.
|
java.lang.String |
toString()
String representation of this SMTP action type.
|
public static final SmtpActionType CONNECT
public static final SmtpActionType EHLO
public static final SmtpActionType MAIL
public static final SmtpActionType RCPT
public static final SmtpActionType DATA
public static final SmtpActionType DATA_END
public static final SmtpActionType UNRECOG
public static final SmtpActionType QUIT
public static final SmtpActionType BLANK_LINE
public static final SmtpActionType RSET
public static final SmtpActionType VRFY
public static final SmtpActionType EXPN
public static final SmtpActionType HELP
public static final SmtpActionType NOOP
public boolean isStateless()
public java.lang.String toString()
toString
in class java.lang.Object