Interface ReadOnlyHTTPResponse

    • Method Detail

      • getStatusCode

        int getStatusCode()
        Gets the HTTP status code.
        Returns:
        The HTTP status code.
      • getStatusMessage

        String getStatusMessage()
        Gets the HTTP status message.
        Returns:
        The HTTP status message, null if not specified.