Example usage for org.springframework.http.client.support InterceptingHttpAccessor subclass-usage

List of usage examples for org.springframework.http.client.support InterceptingHttpAccessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.http.client.support InterceptingHttpAccessor subclass-usage.

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.
 *