Uses of Class
com.atlassian.confluence.util.http.HttpProxyConfiguration

Packages that use HttpProxyConfiguration
com.atlassian.confluence.util.http   
com.atlassian.confluence.util.http.httpclient   
 

Uses of HttpProxyConfiguration in com.atlassian.confluence.util.http
 

Methods in com.atlassian.confluence.util.http that return HttpProxyConfiguration
static HttpProxyConfiguration HttpProxyConfiguration.fromProperties(Properties properties)
          Creates a new ProxyConfiguration using the standard properties, using the Properties object provided.
static HttpProxyConfiguration HttpProxyConfiguration.fromSystemProperties()
          Creates a new ProxyConfiguration using the standard properties, reading from System.getProperties().
 

Uses of HttpProxyConfiguration in com.atlassian.confluence.util.http.httpclient
 

Methods in com.atlassian.confluence.util.http.httpclient with parameters of type HttpProxyConfiguration
static HttpClientProxyConfiguration HttpClientProxyConfiguration.getInstance(HttpProxyConfiguration configuration)
          Gets a new instance, using the provided proxy config.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.