public class Response extends Object
| Constructor and Description |
|---|
Response(int code,
String message,
SmtpState next)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Get the response code.
|
String |
getMessage()
Get the response message.
|
SmtpState |
getNextState()
Get the next SMTP server state.
|
Copyright © 2017. All rights reserved.