Modifier and Type | Field and Description |
---|---|
ProxyServer |
DefaultRequest.proxyServer |
protected ProxyServer |
RequestBuilderBase.proxyServer |
Modifier and Type | Method and Description |
---|---|
ProxyServer |
Request.getProxyServer() |
ProxyServer |
DefaultRequest.getProxyServer() |
Modifier and Type | Method and Description |
---|---|
DefaultAsyncHttpClientConfig.Builder |
DefaultAsyncHttpClientConfig.Builder.setProxyServer(ProxyServer proxyServer) |
T |
RequestBuilderBase.setProxyServer(ProxyServer proxyServer) |
Constructor and Description |
---|
DefaultRequest(String method,
Uri uri,
InetAddress address,
InetAddress localAddress,
io.netty.handler.codec.http.HttpHeaders headers,
List<io.netty.handler.codec.http.cookie.Cookie> cookies,
byte[] byteData,
List<byte[]> compositeByteData,
String stringData,
ByteBuffer byteBufferData,
InputStream streamData,
BodyGenerator bodyGenerator,
List<Param> formParams,
List<Part> bodyParts,
String virtualHost,
ProxyServer proxyServer,
Realm realm,
File file,
Boolean followRedirect,
int requestTimeout,
int readTimeout,
long rangeOffset,
Charset charset,
ChannelPoolPartitioning channelPoolPartitioning,
io.netty.resolver.NameResolver<InetAddress> nameResolver) |
Modifier and Type | Method and Description |
---|---|
Object |
ChannelPoolPartitioning.getPartitionKey(Uri uri,
String virtualHost,
ProxyServer proxyServer) |
Object |
ChannelPoolPartitioning.PerHostChannelPoolPartitioning.getPartitionKey(Uri uri,
String virtualHost,
ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
ProxyServer |
NettyResponseFuture.getProxyServer() |
Constructor and Description |
---|
NettyResponseFuture(Request originalRequest,
AsyncHandler<V> asyncHandler,
NettyRequest nettyRequest,
int maxRetry,
ChannelPoolPartitioning connectionPoolPartitioning,
ConnectionSemaphore connectionSemaphore,
ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<io.netty.bootstrap.Bootstrap> |
ChannelManager.getBootstrap(Uri uri,
io.netty.resolver.NameResolver<InetAddress> nameResolver,
ProxyServer proxy) |
io.netty.channel.Channel |
ChannelManager.poll(Uri uri,
String virtualHost,
ProxyServer proxy,
ChannelPoolPartitioning connectionPoolPartitioning) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyUnauthorized407Interceptor.exitAfterHandling407(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
ProxyServer proxyServer,
io.netty.handler.codec.http.HttpRequest httpRequest) |
boolean |
ConnectSuccessInterceptor.exitAfterHandlingConnect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Request request,
ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
NettyRequest |
NettyRequestFactory.newNettyRequest(Request request,
boolean performConnectRequest,
ProxyServer proxyServer,
Realm realm,
Realm proxyRealm) |
Modifier and Type | Method and Description |
---|---|
ProxyServer |
ProxyServer.Builder.build() |
ProxyServer |
ProxyServerSelector.select(Uri uri)
Select a proxy server to use for the given URI.
|
Modifier and Type | Method and Description |
---|---|
static ProxyServer |
ProxyUtils.getProxyServer(AsyncHttpClientConfig config,
Request request) |
Modifier and Type | Method and Description |
---|---|
static String |
AuthenticatorUtils.perConnectionAuthorizationHeader(Request request,
ProxyServer proxyServer,
Realm realm) |
Copyright © 2019. All rights reserved.