Interface HttpSender.Response

  • Enclosing interface:
    HttpSender

    public static interface HttpSender.Response
    The HTTP response.

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

    • Method Detail

      • statusCode

        int statusCode()
        The HTTP status code.
      • statusMessage

        java.lang.String statusMessage()
        The HTTP status message.
      • responseBody

        byte[] responseBody()
                     throws java.io.IOException
        The HTTP response body.
        Throws:
        java.io.IOException