Interface Response

    • Method Detail

      • getStatus

        int getStatus()
               throws java.lang.Exception
        Deprecated.
        Returns the status code for this response.
        Returns:
        The status code.
        Throws:
        java.lang.Exception - Problem getting the status.
        Since:
        2.3.0
      • getStatusMessage

        java.lang.String getStatusMessage()
                                   throws java.lang.Exception
        Deprecated.
        Returns the error status message, or null if there is none.
        Returns:
        The error status message.
        Throws:
        java.lang.Exception - Problem getting status message.
        Since:
        2.3.0
      • getContentType

        java.lang.String getContentType()
        Deprecated.
        Returns the response content type, or null if it is not available.
        Returns:
        The response content type or null if it is not available.
        Since:
        2.3.0