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