| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.util |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyServer |
AsyncHttpClientConfig.proxyServer |
| Modifier and Type | Method and Description |
|---|---|
ProxyServer |
ProxyServer.addNonProxyHost(String uri) |
ProxyServer |
PerRequestConfig.getProxyServer() |
ProxyServer |
Request.getProxyServer()
Return the
ProxyServer |
ProxyServer |
AsyncHttpClientConfig.getProxyServer()
An instance of
ProxyServer used by an AsyncHttpClient |
ProxyServer |
ProxyServer.removeNonProxyHost(String uri) |
ProxyServer |
ProxyServer.setEncoding(String encoding) |
ProxyServer |
ProxyServer.setNtlmDomain(String ntlmDomain) |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilderBase.setProxyServer(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) |
| Constructor and Description |
|---|
PerRequestConfig(ProxyServer proxyServer,
int requestTimeoutInMs) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyServer |
ProxyUtils.createProxy(Properties properties)
Creates a proxy server instance from the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProxyUtils.avoidProxy(ProxyServer proxyServer,
Request request)
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to
target host.
|
static boolean |
ProxyUtils.avoidProxy(ProxyServer proxyServer,
String target)
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) |
Copyright © 2015. All rights reserved.