| 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 |
InterceptingAsyncHttpAccessor
Deprecated.
as of Spring 5.0, with no direct replacement
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRestTemplate
Deprecated.
as of Spring 5.0, in favor of
WebClient |