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 ProxyServer
DefaultRequest. proxyServer
protected @Nullable ProxyServer
RequestBuilderBase. proxyServer
Methods in org.asynchttpclient that return ProxyServer Modifier and Type Method Description @Nullable ProxyServer
DefaultRequest. getProxyServer()
@Nullable ProxyServer
Request. getProxyServer()
Methods in org.asynchttpclient with parameters of type ProxyServer Modifier and Type Method Description DefaultAsyncHttpClientConfig.Builder
DefaultAsyncHttpClientConfig.Builder. setProxyServer(ProxyServer proxyServer)
T
RequestBuilderBase. 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 Object
ChannelPoolPartitioning. getPartitionKey(Uri uri, String virtualHost, ProxyServer proxyServer)
Object
ChannelPoolPartitioning.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 ProxyServer
NettyResponseFuture. 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.Channel
ChannelManager. 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 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)
-
Uses of ProxyServer in org.asynchttpclient.netty.request
Methods in org.asynchttpclient.netty.request with parameters of type ProxyServer Modifier and Type Method Description NettyRequest
NettyRequestFactory. 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 ProxyServer
ProxyServer.Builder. build()
@Nullable ProxyServer
ProxyServerSelector. 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 ProxyServer
ProxyUtils. getProxyServer(AsyncHttpClientConfig config, Request request)
Methods in org.asynchttpclient.util with parameters of type ProxyServer Modifier and Type Method Description static @Nullable String
AuthenticatorUtils. perConnectionAuthorizationHeader(Request request, @Nullable ProxyServer proxyServer, @Nullable Realm realm)
-