| Package | Description | 
|---|---|
| org.springframework.http.client.support | 
 This package provides generic HTTP support classes,
 to be used by higher-level classes like RestTemplate. 
 | 
| org.springframework.web.client | 
 Core package of the client-side web support. 
 | 
| Class and Description | 
|---|
| AsyncHttpAccessor
 Deprecated. 
 
as of Spring 5.0, with no direct replacement 
 | 
| HttpAccessor
 Base class for  
RestTemplate
 and other HTTP accessing gateway helpers, defining common properties
 such as the ClientHttpRequestFactory to operate on. | 
| Class and Description | 
|---|
| AsyncHttpAccessor
 Deprecated. 
 
as of Spring 5.0, with no direct replacement 
 | 
| HttpAccessor
 Base class for  
RestTemplate
 and other HTTP accessing gateway helpers, defining common properties
 such as the ClientHttpRequestFactory to operate on. | 
| InterceptingAsyncHttpAccessor
 Deprecated. 
 
as of Spring 5.0, with no direct replacement 
 | 
| InterceptingHttpAccessor
 Base class for  
RestTemplate
 and other HTTP accessing gateway helpers, adding interceptor-related
 properties to HttpAccessor's common properties. |