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

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

public class ProvidedProxyConfig
extends ProxyConfig

HttpClientProxyConfig implementation that uses proxy configuration from construction, and not from system properties.

Since:
0.20.0

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig
ProxyConfig.AuthenticationInfo
 
Constructor Summary
ProvidedProxyConfig(Map<Scheme,Host> proxyHostMap, Map<Scheme,List<String>> nonProxyHosts)
           
 
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

ProvidedProxyConfig

public ProvidedProxyConfig(@Nonnull
                           Map<Scheme,Host> proxyHostMap,
                           @Nonnull
                           Map<Scheme,List<String>> nonProxyHosts)
Method Detail

getAuthenticationInfo

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


Copyright © 2012–2015 Atlassian. All rights reserved.