| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptingHttpAccessor
Base class for
RestTemplate
and other HTTP accessing gateway helpers, adding interceptor-related
properties to HttpAccessor's common properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
RestTemplate
Synchronous client to perform HTTP requests, exposing a simple, template
method API over underlying HTTP client libraries such as the JDK
HttpURLConnection, Apache HttpComponents, and others. |