Generated by
JDiff

Package org.springframework.web.client

Added Classes
RestClientResponseException Abstract base class for exceptions that contain actual HTTP response data.
 

Changed Classes
AsyncRestTemplate Spring's central class for asynchronous client-side HTTP access. Exposes similar methods as RestTemplate, but returns ListenableFuture wrappers as opposed to concrete results.
HttpStatusCodeException Abstract base class for exceptions based on an HttpStatus.
UnknownHttpStatusCodeException Exception thrown when an unknown (or custom) HTTP status code is received.