List of usage examples for org.springframework.http.client.support InterceptingHttpAccessor subclass-usage
From source file org.springframework.web.client.RestTemplate.java
/**
* <strong>Spring's central class for client-side HTTP access.</strong>
* It simplifies communication with HTTP servers, and enforces RESTful principles.
* It handles HTTP connections, leaving application code to provide URLs
* (with possible template variables) and extract results.
*