Uses of Class
org.cloudfoundry.client.lib.HttpProxyConfiguration

Packages that use HttpProxyConfiguration
org.cloudfoundry.client.lib   
org.cloudfoundry.client.lib.rest   
org.cloudfoundry.client.lib.util   
 

Uses of HttpProxyConfiguration in org.cloudfoundry.client.lib
 

Constructors in org.cloudfoundry.client.lib with parameters of type HttpProxyConfiguration
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, CloudSpace sessionSpace, HttpProxyConfiguration httpProxyConfiguration)
           
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, CloudSpace sessionSpace, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, HttpProxyConfiguration httpProxyConfiguration)
           
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, String orgName, String spaceName, HttpProxyConfiguration httpProxyConfiguration)
           
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, String orgName, String spaceName, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
CloudFoundryClient(URL cloudControllerUrl, HttpProxyConfiguration httpProxyConfiguration)
           
CloudFoundryClient(URL cloudControllerUrl, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 

Uses of HttpProxyConfiguration in org.cloudfoundry.client.lib.rest
 

Constructors in org.cloudfoundry.client.lib.rest with parameters of type HttpProxyConfiguration
CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 

Uses of HttpProxyConfiguration in org.cloudfoundry.client.lib.util
 

Methods in org.cloudfoundry.client.lib.util with parameters of type HttpProxyConfiguration
 OauthClient RestUtil.createOauthClient(URL authorizationUrl, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 org.springframework.http.client.ClientHttpRequestFactory RestUtil.createRequestFactory(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 org.springframework.web.client.RestTemplate RestUtil.createRestTemplate(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 



Copyright © 2014. All rights reserved.