Package | Description |
---|---|
org.springframework.web.client |
Core package of the client-side web support.
|
org.springframework.web.client.support |
Classes supporting the
org.springframework.web.client package. |
Constructor and Description |
---|
AsyncRestTemplate(AsyncClientHttpRequestFactory requestFactory,
RestTemplate restTemplate)
Deprecated.
Create a new instance of the
AsyncRestTemplate using the given
AsyncClientHttpRequestFactory and synchronous RestTemplate . |
Modifier and Type | Method and Description |
---|---|
RestTemplate |
RestGatewaySupport.getRestTemplate()
Returns the
RestTemplate for the gateway. |
Modifier and Type | Method and Description |
---|---|
void |
RestGatewaySupport.setRestTemplate(RestTemplate restTemplate)
Sets the
RestTemplate for the gateway. |