Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.channel | |
org.asynchttpclient.netty | |
org.asynchttpclient.netty.channel |
Modifier and Type | Field and Description |
---|---|
protected ChannelPoolPartitioning |
RequestBuilderBase.channelPoolPartitioning |
Modifier and Type | Method and Description |
---|---|
ChannelPoolPartitioning |
Request.getChannelPoolPartitioning() |
ChannelPoolPartitioning |
DefaultRequest.getChannelPoolPartitioning() |
Modifier and Type | Method and Description |
---|---|
T |
RequestBuilderBase.setChannelPoolPartitioning(ChannelPoolPartitioning channelPoolPartitioning) |
Constructor and Description |
---|
DefaultRequest(java.lang.String method,
Uri uri,
java.net.InetAddress address,
java.net.InetAddress localAddress,
io.netty.handler.codec.http.HttpHeaders headers,
java.util.List<Cookie> cookies,
byte[] byteData,
java.util.List<byte[]> compositeByteData,
java.lang.String stringData,
java.nio.ByteBuffer byteBufferData,
java.io.InputStream streamData,
BodyGenerator bodyGenerator,
java.util.List<Param> formParams,
java.util.List<Part> bodyParts,
java.lang.String virtualHost,
ProxyServer proxyServer,
Realm realm,
java.io.File file,
java.lang.Boolean followRedirect,
int requestTimeout,
long rangeOffset,
java.nio.charset.Charset charset,
ChannelPoolPartitioning channelPoolPartitioning,
NameResolver<java.net.InetAddress> nameResolver) |
Modifier and Type | Class and Description |
---|---|
static class |
ChannelPoolPartitioning.PerHostChannelPoolPartitioning |
Modifier and Type | Method and Description |
---|---|
ChannelPoolPartitioning |
NettyResponseFuture.getConnectionPoolPartitioning() |
Constructor and Description |
---|
NettyResponseFuture(Request originalRequest,
AsyncHandler<V> asyncHandler,
NettyRequest nettyRequest,
int maxRetry,
ChannelPoolPartitioning connectionPoolPartitioning,
ProxyServer proxyServer) |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelManager.poll(Uri uri,
java.lang.String virtualHost,
ProxyServer proxy,
ChannelPoolPartitioning connectionPoolPartitioning) |
Copyright © 2018. All Rights Reserved.