com.dumbster.smtp
public class SmtpResponse extends Object
Constructor Summary | |
---|---|
SmtpResponse(int code, String message, SmtpState next)
Constructor. |
Method Summary | |
---|---|
int | getCode()
Get the response code. |
String | getMessage()
Get the response message. |
SmtpState | getNextState()
Get the next SMTP server state. |
Parameters: code response code message response message next next state of the SMTP server
Returns: response code
Returns: response message
Returns: state