Class Response

  • All Implemented Interfaces:

    
    public final class Response<T extends Object>
    
                        

    An HTTP response wrapper class.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getStatusCode() HTTP status code
      final HttpHeaders getHeaders() HTTP headers.
      final T getBody() the deserialized response body.
      final HttpResponse getRawResponse() the raw response from the HTTP client.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait