public class RestUtil extends Object
Constructor and Description |
---|
RestUtil() |
Modifier and Type | Method and Description |
---|---|
OauthClient |
createOauthClient(URL authorizationUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
org.springframework.http.client.ClientHttpRequestFactory |
createRequestFactory(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
org.springframework.web.client.RestTemplate |
createRestTemplate(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
public org.springframework.web.client.RestTemplate createRestTemplate(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
public org.springframework.http.client.ClientHttpRequestFactory createRequestFactory(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
public OauthClient createOauthClient(URL authorizationUrl, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
Copyright © 2014. All rights reserved.