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
 

Methods in org.cloudfoundry.client.lib with parameters of type HttpProxyConfiguration
 void CloudFoundryOperations.updateHttpProxyConfiguration(HttpProxyConfiguration httpProxyConfiguration)
          Update http proxy configuration settings.
 void CloudFoundryClient.updateHttpProxyConfiguration(HttpProxyConfiguration httpProxyConfiguration)
           
 

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, HttpProxyConfiguration httpProxyConfiguration)
           
CloudFoundryClient(CloudCredentials credentials, URL cloudControllerUrl, String orgName, String spaceName, HttpProxyConfiguration httpProxyConfiguration)
           
CloudFoundryClient(URL cloudControllerUrl, HttpProxyConfiguration httpProxyConfiguration)
          Constructors to use with an http proxy configuration.
 

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

Fields in org.cloudfoundry.client.lib.rest declared as HttpProxyConfiguration
protected  HttpProxyConfiguration CloudControllerClientFactory.httpProxyConfiguration
           
 

Methods in org.cloudfoundry.client.lib.rest with parameters of type HttpProxyConfiguration
 void CloudControllerClientImpl.updateHttpProxyConfiguration(HttpProxyConfiguration httpProxyConfiguration)
           
 void CloudControllerClient.updateHttpProxyConfiguration(HttpProxyConfiguration httpProxyConfiguration)
           
 

Constructors in org.cloudfoundry.client.lib.rest with parameters of type HttpProxyConfiguration
CloudControllerClientFactory(RestUtil restUtil, HttpProxyConfiguration httpProxyConfiguration)
           
CloudControllerClientImpl(URL cloudControllerUrl, RestUtil restUtil, CloudCredentials cloudCredentials, URL authorizationEndpoint, CloudSpace sessionSpace, HttpProxyConfiguration httpProxyConfiguration)
           
CloudControllerClientImpl(URL cloudControllerUrl, RestUtil restUtil, CloudCredentials cloudCredentials, URL authorizationEndpoint, String orgName, String spaceName, HttpProxyConfiguration httpProxyConfiguration)
           
 

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)
           
 org.springframework.http.client.ClientHttpRequestFactory RestUtil.createRequestFactory(HttpProxyConfiguration httpProxyConfiguration)
           
 org.springframework.web.client.RestTemplate RestUtil.createRestTemplate(HttpProxyConfiguration httpProxyConfiguration)
           
 



Copyright © 2013. All rights reserved.