| Package | Description |
|---|---|
| com.hulaki.smtp.transport |
| Modifier and Type | Method and Description |
|---|---|
SmtpState |
SmtpResult.getNextState() |
static SmtpState |
SmtpState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtpState[] |
SmtpState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SmtpRequest(SmtpState currentState,
SmtpCommand command) |
SmtpResult(SmtpState nextState) |
SmtpResult(SmtpState nextState,
int responseCode,
String message) |
SmtpResult(SmtpState nextState,
SmtpResponse smtpResponse) |
Copyright © 2015. All rights reserved.