com.atlassian.httpclient.apache.httpcomponents.proxy
Class ProvidedProxyConfig
java.lang.Object
com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvidedProxyConfig
public ProvidedProxyConfig(@Nonnull
Map<Scheme,Host> proxyHostMap,
@Nonnull
Map<Scheme,List<String>> nonProxyHosts)
getAuthenticationInfo
public Iterable<ProxyConfig.AuthenticationInfo> getAuthenticationInfo()
- Specified by:
getAuthenticationInfo in class ProxyConfig
Copyright © 2012–2015 Atlassian. All rights reserved.