|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.dumbster.smtp.SmtpState
public class SmtpState
SMTP server state.
| Field Summary | |
|---|---|
static SmtpState |
CONNECT
CONNECT state: waiting for a client connection. |
static SmtpState |
DATA_BODY
Processing body text. |
static SmtpState |
DATA_HDR
Waiting for headers. |
static SmtpState |
GREET
GREET state: wating for a ELHO message. |
static SmtpState |
MAIL
MAIL state: waiting for the MAIL FROM: command. |
static SmtpState |
QUIT
End of client transmission. |
static SmtpState |
RCPT
RCPT state: waiting for a RCPT <email address> command. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
String representation of this SmtpState. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SmtpState CONNECT
public static final SmtpState GREET
public static final SmtpState MAIL
public static final SmtpState RCPT
public static final SmtpState DATA_HDR
public static final SmtpState DATA_BODY
public static final SmtpState QUIT
| Method Detail |
|---|
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 | |||||||