| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.util |
| Modifier and Type | Method and Description |
|---|---|
ProxyServer |
ProxyServer.addNonProxyHost(String uri) |
ProxyServer |
Request.getProxyServer()
Return the
ProxyServer |
ProxyServer |
ProxyServer.removeNonProxyHost(String uri) |
ProxyServer |
ProxyServerSelector.select(Uri uri)
Select a proxy server to use for the given URI.
|
ProxyServer |
ProxyServer.setCharset(Charset charset) |
ProxyServer |
ProxyServer.setNtlmDomain(String ntlmDomain) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConnectionPoolPartitioning.getPartitionKey(Uri uri,
ProxyServer proxyServer) |
Object |
ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning.getPartitionKey(Uri uri,
ProxyServer proxyServer) |
RequestBuilder |
RequestBuilder.setProxyServer(ProxyServer proxyServer) |
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer)
Set an instance of
ProxyServer used by an AsyncHttpClient |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setProxyServer(ProxyServer proxyServer) |
T |
RequestBuilderBase.setProxyServer(ProxyServer proxyServer) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProxyUtils.avoidProxy(ProxyServer proxyServer,
Request request) |
static boolean |
ProxyUtils.avoidProxy(ProxyServer proxyServer,
String hostname)
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to
target host.
|
static String |
AuthenticatorUtils.computeBasicAuthentication(ProxyServer proxyServer) |
static ProxyServerSelector |
ProxyUtils.createProxyServerSelector(ProxyServer proxyServer)
Create a proxy server selector that always selects a single proxy server.
|
static String |
AuthenticatorUtils.perConnectionAuthorizationHeader(Request request,
Uri uri,
ProxyServer proxyServer,
Realm realm) |
static String |
AuthenticatorUtils.perConnectionProxyAuthorizationHeader(Request request,
ProxyServer proxyServer,
boolean connect) |
static String |
AuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request,
Realm realm,
ProxyServer proxyServer,
boolean connect) |
Copyright © 2018. All Rights Reserved.