|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dumbster.smtp.SmtpActionType
public class SmtpActionType
Represents an SMTP action or command.
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. |
java.lang.String |
toString()
String representation of this SMTP action type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public boolean isStateless()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |