Uses of Package
org.springframework.http.client.support
Packages that use org.springframework.http.client.support
Package
Description
This package provides generic HTTP support classes,
 to be used by higher-level classes like RestTemplate.
Core package of the client-side web support.
- 
Classes in org.springframework.http.client.support used by org.springframework.http.client.supportClassDescriptionBase class forRestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on.
- 
Classes in org.springframework.http.client.support used by org.springframework.web.clientClassDescriptionBase class forRestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on.Base class forRestTemplateand other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor's common properties.