Uses of Class
org.asynchttpclient.proxy.ProxyServer
-
-
Uses of ProxyServer in org.asynchttpclient
Fields in org.asynchttpclient declared as ProxyServer Modifier and Type Field Description @Nullable ProxyServerDefaultRequest. proxyServerprotected @Nullable ProxyServerRequestBuilderBase. proxyServerMethods in org.asynchttpclient that return ProxyServer Modifier and Type Method Description @Nullable ProxyServerDefaultRequest. getProxyServer()@Nullable ProxyServerRequest. getProxyServer()Methods in org.asynchttpclient with parameters of type ProxyServer Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setProxyServer(ProxyServer proxyServer)TRequestBuilderBase. setProxyServer(ProxyServer proxyServer)Constructors in org.asynchttpclient with parameters of type ProxyServer Constructor Description DefaultRequest(String method, Uri uri, @Nullable InetAddress address, @Nullable InetAddress localAddress, io.netty.handler.codec.http.HttpHeaders headers, List<io.netty.handler.codec.http.cookie.Cookie> cookies, byte @Nullable [] byteData, @Nullable List<byte[]> compositeByteData, @Nullable String stringData, @Nullable ByteBuffer byteBufferData, @Nullable io.netty.buffer.ByteBuf byteBufData, @Nullable InputStream streamData, @Nullable BodyGenerator bodyGenerator, List<Param> formParams, List<Part> bodyParts, @Nullable String virtualHost, @Nullable ProxyServer proxyServer, @Nullable Realm realm, @Nullable File file, @Nullable Boolean followRedirect, @Nullable Duration requestTimeout, @Nullable Duration readTimeout, long rangeOffset, @Nullable Charset charset, ChannelPoolPartitioning channelPoolPartitioning, io.netty.resolver.NameResolver<InetAddress> nameResolver) -
Uses of ProxyServer in org.asynchttpclient.channel
Methods in org.asynchttpclient.channel with parameters of type ProxyServer Modifier and Type Method Description ObjectChannelPoolPartitioning. getPartitionKey(Uri uri, String virtualHost, ProxyServer proxyServer)ObjectChannelPoolPartitioning.PerHostChannelPoolPartitioning. getPartitionKey(Uri uri, @Nullable String virtualHost, @Nullable ProxyServer proxyServer) -
Uses of ProxyServer in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return ProxyServer Modifier and Type Method Description ProxyServerNettyResponseFuture. getProxyServer()Methods in org.asynchttpclient.netty with parameters of type ProxyServer Modifier and Type Method Description voidNettyResponseFuture. setProxyServer(ProxyServer proxyServer)Points this future at the proxy serving its current target, recomputing the partition key so the key names the route actually in use.Constructors in org.asynchttpclient.netty with parameters of type ProxyServer Constructor Description NettyResponseFuture(Request originalRequest, AsyncHandler<V> asyncHandler, NettyRequest nettyRequest, int maxRetry, ChannelPoolPartitioning connectionPoolPartitioning, ConnectionSemaphore connectionSemaphore, ProxyServer proxyServer) -
Uses of ProxyServer in org.asynchttpclient.netty.channel
Methods in org.asynchttpclient.netty.channel with parameters of type ProxyServer Modifier and Type Method 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.ChannelChannelManager. poll(Uri uri, String virtualHost, ProxyServer proxy, ChannelPoolPartitioning connectionPoolPartitioning)Deprecated.no longer used internally.io.netty.channel.ChannelChannelManager. pollHttp2(Uri uri, String virtualHost, ProxyServer proxy, ChannelPoolPartitioning connectionPoolPartitioning)Deprecated.no longer used internally.io.netty.util.concurrent.Future<io.netty.channel.Channel>ChannelManager. updatePipelineForHttpsTunneling(io.netty.channel.ChannelPipeline pipeline, Uri requestUri, ProxyServer proxyServer) -
Uses of ProxyServer in org.asynchttpclient.netty.handler.intercept
Methods in org.asynchttpclient.netty.handler.intercept with parameters of type ProxyServer Modifier and Type Method Description booleanProxyUnauthorized407Interceptor. 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)booleanConnectSuccessInterceptor. exitAfterHandlingConnect(io.netty.channel.Channel channel, NettyResponseFuture<?> future, Request request, ProxyServer proxyServer) -
Uses of ProxyServer in org.asynchttpclient.netty.request
Methods in org.asynchttpclient.netty.request with parameters of type ProxyServer Modifier and Type Method Description NettyRequestNettyRequestFactory. newNettyRequest(Request request, boolean performConnectRequest, ProxyServer proxyServer, Realm realm, Realm proxyRealm) -
Uses of ProxyServer in org.asynchttpclient.proxy
Methods in org.asynchttpclient.proxy that return ProxyServer Modifier and Type Method Description ProxyServerProxyServer.Builder. build()@Nullable ProxyServerProxyServerSelector. select(Uri uri)Select a proxy server to use for the given URI. -
Uses of ProxyServer in org.asynchttpclient.util
Methods in org.asynchttpclient.util that return ProxyServer Modifier and Type Method Description static @Nullable ProxyServerProxyUtils. getProxyServer(AsyncHttpClientConfig config, Request request)Methods in org.asynchttpclient.util with parameters of type ProxyServer Modifier and Type Method Description static @Nullable StringAuthenticatorUtils. perConnectionAuthorizationHeader(Request request, @Nullable ProxyServer proxyServer, @Nullable Realm realm)
-