Uses of Interface
org.asynchttpclient.channel.ChannelPoolPartitioning
-
Packages that use ChannelPoolPartitioning Package Description org.asynchttpclient org.asynchttpclient.channel org.asynchttpclient.netty org.asynchttpclient.netty.channel -
-
Uses of ChannelPoolPartitioning in org.asynchttpclient
Fields in org.asynchttpclient declared as ChannelPoolPartitioning Modifier and Type Field Description protected ChannelPoolPartitioning
RequestBuilderBase. channelPoolPartitioning
Methods in org.asynchttpclient that return ChannelPoolPartitioning Modifier and Type Method Description ChannelPoolPartitioning
DefaultRequest. getChannelPoolPartitioning()
ChannelPoolPartitioning
Request. getChannelPoolPartitioning()
Methods in org.asynchttpclient with parameters of type ChannelPoolPartitioning Modifier and Type Method Description T
RequestBuilderBase. setChannelPoolPartitioning(ChannelPoolPartitioning channelPoolPartitioning)
Constructors in org.asynchttpclient with parameters of type ChannelPoolPartitioning 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 ChannelPoolPartitioning in org.asynchttpclient.channel
Classes in org.asynchttpclient.channel that implement ChannelPoolPartitioning Modifier and Type Class Description static class
ChannelPoolPartitioning.PerHostChannelPoolPartitioning
-
Uses of ChannelPoolPartitioning in org.asynchttpclient.netty
Constructors in org.asynchttpclient.netty with parameters of type ChannelPoolPartitioning Constructor Description NettyResponseFuture(Request originalRequest, AsyncHandler<V> asyncHandler, NettyRequest nettyRequest, int maxRetry, ChannelPoolPartitioning connectionPoolPartitioning, ConnectionSemaphore connectionSemaphore, ProxyServer proxyServer)
-
Uses of ChannelPoolPartitioning in org.asynchttpclient.netty.channel
Methods in org.asynchttpclient.netty.channel with parameters of type ChannelPoolPartitioning Modifier and Type Method Description io.netty.channel.Channel
ChannelManager. poll(Uri uri, String virtualHost, ProxyServer proxy, ChannelPoolPartitioning connectionPoolPartitioning)
-