Modifier and Type | Method and Description |
---|---|
ProxyServer |
Request.getProxyServer()
Return the
ProxyServer |
Modifier and Type | Method and Description |
---|---|
T |
RequestBuilderBase.setProxyServer(ProxyServer proxyServer) |
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer)
Set an instance of
ProxyServer used by an
AsyncHttpClient |
Constructor and Description |
---|
ChannelConnector(Request request,
ProxyServer proxy,
boolean useProxy,
AsyncHandler<?> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Object |
ConnectionPoolPartitioning.getPartitionKey(Uri uri,
String virtualHost,
ProxyServer proxyServer) |
Object |
ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning.getPartitionKey(Uri uri,
String virtualHost,
ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setProxyServer(ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
ProxyServer |
NettyResponseFuture.getProxyServer() |
Constructor and Description |
---|
NettyResponseFuture(Request request,
AsyncHandler<V> asyncHandler,
NettyRequest nettyRequest,
int maxRetry,
ConnectionPoolPartitioning connectionPoolPartitioning,
ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
io.netty.channel.Channel |
ChannelManager.poll(Uri uri,
String virtualHost,
ProxyServer proxy,
ConnectionPoolPartitioning connectionPoolPartitioning) |
Modifier and Type | Method and Description |
---|---|
NettyRequest |
NettyRequestFactory.newNettyRequest(Request request,
boolean forceConnect,
ProxyServer proxyServer) |
protected String |
NettyRequestFactoryBase.requestUri(Uri uri,
ProxyServer proxyServer,
boolean connect) |
Constructor and Description |
---|
NettyChannelConnector(Request request,
ProxyServer proxy,
boolean useProxy,
AsyncHandler<?> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ProxyServer |
ProxyServer.addNonProxyHost(String uri) |
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 |
---|---|
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProxyUtils.avoidProxy(ProxyServer proxyServer,
Request request) |
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 boolean |
ProxyUtils.ignoreProxy(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.perConnectionAuthorizationHeader(Request request,
ProxyServer proxyServer,
Realm realm) |
static String |
AuthenticatorUtils.perConnectionProxyAuthorizationHeader(Request request,
ProxyServer proxyServer,
boolean connect) |
static String |
AuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request,
ProxyServer proxyServer,
Realm realm,
boolean connect) |
Copyright © 2015. All Rights Reserved.