public class SmtpResult extends Object
| Constructor and Description |
|---|
SmtpResult(SmtpState nextState) |
SmtpResult(SmtpState nextState,
int responseCode,
String message) |
SmtpResult(SmtpState nextState,
SmtpResponse smtpResponse) |
| Modifier and Type | Method and Description |
|---|---|
SmtpState |
getNextState() |
SmtpResponse |
getSmtpResponse() |
String |
toSmtpResponseString() |
public SmtpResult(SmtpState nextState)
public SmtpResult(SmtpState nextState, SmtpResponse smtpResponse)
public SmtpResponse getSmtpResponse()
public SmtpState getNextState()
public String toSmtpResponseString()
Copyright © 2015. All rights reserved.