Generated by
JDiff

Package org.springframework.web.client

Changed Classes and Interfaces
DefaultResponseErrorHandler Default implementation of the ResponseErrorHandler interface.
HttpClientErrorException Exception thrown when an HTTP 4xx is received.
HttpMessageConverterExtractor Response extractor that uses the given HttpMessageConverter entity converters to convert the response into a type T.
HttpServerErrorException Exception thrown when an HTTP 5xx is received.
HttpStatusCodeException Abstract base class for exceptions based on an HttpStatus.
RestClientException Base class for exceptions thrown by RestTemplate whenever it encounters client-side HTTP errors.
RestOperations Interface specifying a basic set of RESTful operations.
RestTemplate The central class for client-side HTTP access. It simplifies communication with HTTP servers, and enforces RESTful principles.