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

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.proxy.ProxyConfig
Direct Known Subclasses:
ProvidedProxyConfig, SystemPropertiesProxyConfig

public abstract class ProxyConfig
extends Object


Nested Class Summary
static class ProxyConfig.AuthenticationInfo
           
 
Constructor Summary
ProxyConfig()
           
 
Method Summary
abstract  Iterable<ProxyConfig.AuthenticationInfo> getAuthenticationInfo()
           
 com.atlassian.fugue.Option<org.apache.http.HttpHost> getProxyHost()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyConfig

public ProxyConfig()
Method Detail

getProxyHost

public com.atlassian.fugue.Option<org.apache.http.HttpHost> getProxyHost()

getAuthenticationInfo

public abstract Iterable<ProxyConfig.AuthenticationInfo> getAuthenticationInfo()


Copyright © 2012–2015 Atlassian. All rights reserved.