Class SMTPClient.Response

java.lang.Object
org.subethamail.smtp.client.SMTPClient.Response
Enclosing class:
SMTPClient

public static class SMTPClient.Response extends Object
Result of an SMTP exchange.
  • Constructor Details

    • Response

      public Response(int code, String text)
  • Method Details

    • getCode

      public int getCode()
    • getMessage

      public String getMessage()
    • isSuccess

      public boolean isSuccess()
    • toString

      public String toString()
      Overrides:
      toString in class Object