Generated by
JDiff

Class org.springframework.web.client.HttpStatusCodeException

Documentation changed from old to new.

Added Constructors
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) Construct a new instance of {@code HttpStatusCodeException} based on an HttpStatus, status text, and response body content.
 

Changed Constructors
HttpStatusCodeException(HttpStatus) Documentation changed from old to new.
Construct a new instance of {@code HttpStatusCodeException} based on an HttpStatus.
HttpStatusCodeException(HttpStatus, String) Documentation changed from old to new.
Construct a new instance of {@code HttpStatusCodeException} based on an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) Documentation changed from old to new.
Construct a new instance of {@code HttpStatusCodeException} based on an HttpStatus, status text, and response body content.
 

Added Methods
HttpHeaders getResponseHeaders() Return the HTTP response headers.
 

Changed Methods
byte[] getResponseBodyAsByteArray() Documentation changed from old to new.
Return the response body as a byte array.
String getResponseBodyAsString() Documentation changed from old to new.
Return the response body as a string.
HttpStatus getStatusCode() Documentation changed from old to new.
Return the HTTP status code.
String getStatusText() Documentation changed from old to new.
Return the HTTP status text.