Package | Description |
---|---|
org.springframework.web.client |
Core package of the client-side web support.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RestOperations |
AsyncRestTemplate.getRestOperations()
Deprecated.
|
RestOperations |
AsyncRestOperations.getRestOperations()
Deprecated.
Expose the synchronous Spring RestTemplate to allow synchronous invocation.
|