@Configuration @Import(value=GsonConfig.class) public class HttpClientConfig extends Object
| Constructor and Description |
|---|
HttpClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpRequestFactory |
clientHttpRequestFactory() |
org.apache.http.impl.client.CloseableHttpClient |
httpClient() |
org.springframework.web.client.RestTemplate |
restTemplate() |
@Bean public org.apache.http.impl.client.CloseableHttpClient httpClient()
@Bean public org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory()
@Bean public org.springframework.web.client.RestTemplate restTemplate()
Copyright © 2017. All rights reserved.