| 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
Spring's central class for synchronous client-side HTTP access.
It simplifies communication with HTTP servers, and enforces RESTful principles.
|