Interface Response<T>

    • Method Detail

      • getStatusCode

        int getStatusCode()
        Gets the HTTP response status code.
        Returns:
        The status code of the HTTP response.
      • getHeaders

        HttpHeaders getHeaders()
        Gets the headers from the HTTP response.
        Returns:
        The HTTP response headers.
      • getRequest

        HttpRequest getRequest()
        Gets the HTTP request which resulted in this response.
        Returns:
        The HTTP request.
      • getValue

        T getValue()
        Gets the deserialized value of the HTTP response.
        Returns:
        The deserialized value of the HTTP response.