|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.dumbster.smtp.SmtpResponse
public class SmtpResponse
SMTP response container.
| Constructor Summary | |
|---|---|
SmtpResponse(int code,
java.lang.String message,
SmtpState next)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getCode()
Get the response code. |
java.lang.String |
getMessage()
Get the response message. |
SmtpState |
getNextState()
Get the next SMTP server state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmtpResponse(int code,
java.lang.String message,
SmtpState next)
code - response codemessage - response messagenext - next state of the SMTP server| Method Detail |
|---|
public int getCode()
public java.lang.String getMessage()
public SmtpState getNextState()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||