| Package | Description | 
|---|---|
| org.springframework.web.client | 
 Core package of the client-side web support. 
 | 
| org.springframework.web.socket.sockjs.client | 
 SockJS client implementation of
  
WebSocketClient. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
RestOperations | 
AsyncRestTemplate.getRestOperations()
Deprecated.  
  | 
RestOperations | 
AsyncRestOperations.getRestOperations()
Deprecated.  
Expose the synchronous Spring RestTemplate to allow synchronous invocation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RestOperations | 
RestTemplateXhrTransport.getRestTemplate()
Return the configured  
RestTemplate. | 
| Constructor and Description | 
|---|
RestTemplateXhrTransport(RestOperations restTemplate)  |