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 ProxyServerDefaultRequest. proxyServerprotected ProxyServerRequestBuilderBase. proxyServerMethods in org.asynchttpclient that return ProxyServer Modifier and Type Method Description ProxyServerDefaultRequest. getProxyServer()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, 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) -
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, String virtualHost, ProxyServer proxyServer) -
Uses of ProxyServer in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return ProxyServer Modifier and Type Method Description ProxyServerNettyResponseFuture. getProxyServer()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) -
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()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 ProxyServerProxyUtils. getProxyServer(AsyncHttpClientConfig config, Request request)Methods in org.asynchttpclient.util with parameters of type ProxyServer Modifier and Type Method Description static StringAuthenticatorUtils. perConnectionAuthorizationHeader(Request request, ProxyServer proxyServer, Realm realm)
-