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

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

public class ProxyConfigFactory
extends Object


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

Constructor Detail

ProxyConfigFactory

public ProxyConfigFactory()
Method Detail

getProxyHost

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

getProxyAuthentication

public static Iterable<ProxyConfig.AuthenticationInfo> getProxyAuthentication(HttpClientOptions options)


Copyright © 2012–2015 Atlassian. All rights reserved.