com.atlassian.httpclient.apache.httpcomponents
Class HttpClientProxyConfig

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.HttpClientProxyConfig

public class HttpClientProxyConfig
extends java.lang.Object


Method Summary
static void applyProxyCredentials(org.apache.http.impl.nio.client.AbstractHttpAsyncClient client, org.apache.http.nio.conn.scheme.AsyncSchemeRegistry schemeRegistry)
           
static java.util.List<java.lang.String> getNonProxyHosts(org.apache.http.nio.conn.scheme.AsyncScheme scheme)
           
static com.atlassian.fugue.Option<org.apache.http.HttpHost> getProxy(org.apache.http.nio.conn.scheme.AsyncScheme scheme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProxy

public static com.atlassian.fugue.Option<org.apache.http.HttpHost> getProxy(org.apache.http.nio.conn.scheme.AsyncScheme scheme)

getNonProxyHosts

public static java.util.List<java.lang.String> getNonProxyHosts(org.apache.http.nio.conn.scheme.AsyncScheme scheme)

applyProxyCredentials

public static void applyProxyCredentials(org.apache.http.impl.nio.client.AbstractHttpAsyncClient client,
                                         org.apache.http.nio.conn.scheme.AsyncSchemeRegistry schemeRegistry)


Copyright © 2012-2014 Atlassian. All Rights Reserved.