com.atlassian.httpclient.apache.httpcomponents.proxy
Class SystemPropertiesProxyConfig

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig
      extended by com.atlassian.httpclient.apache.httpcomponents.proxy.SystemPropertiesProxyConfig

public class SystemPropertiesProxyConfig
extends ProxyConfig

Proxy configuration set with system properties.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig
ProxyConfig.AuthenticationInfo
 
Constructor Summary
SystemPropertiesProxyConfig()
           
 
Method Summary
 Iterable<ProxyConfig.AuthenticationInfo> getAuthenticationInfo()
           
 
Methods inherited from class com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig
getProxyHost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesProxyConfig

public SystemPropertiesProxyConfig()
Method Detail

getAuthenticationInfo

public Iterable<ProxyConfig.AuthenticationInfo> getAuthenticationInfo()
Specified by:
getAuthenticationInfo in class ProxyConfig


Copyright © 2012–2015 Atlassian. All rights reserved.