org.subethamail.smtp.client
Class SMTPClient.Response
java.lang.Object
org.subethamail.smtp.client.SMTPClient.Response
- Enclosing class:
- SMTPClient
public static class SMTPClient.Response
- extends java.lang.Object
Result of an SMTP exchange.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SMTPClient.Response
public SMTPClient.Response(int code,
java.lang.String text)
getCode
public int getCode()
getMessage
public java.lang.String getMessage()
isSuccess
public boolean isSuccess()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2006-2011. All Rights Reserved.