| 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(String method,
              Uri uri,
              InetAddress address,
              InetAddress localAddress,
              io.netty.handler.codec.http.HttpHeaders headers,
              List<Cookie> cookies,
              byte[] byteData,
              List<byte[]> compositeByteData,
              String stringData,
              ByteBuffer byteBufferData,
              InputStream streamData,
              BodyGenerator bodyGenerator,
              List<Param> formParams,
              List<Part> bodyParts,
              String virtualHost,
              long contentLength,
              ProxyServer proxyServer,
              Realm realm,
              File file,
              Boolean followRedirect,
              int requestTimeout,
              long rangeOffset,
              Charset charset,
              ChannelPoolPartitioning channelPoolPartitioning,
              NameResolver<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,
    String virtualHost,
    ProxyServer proxy,
    ChannelPoolPartitioning connectionPoolPartitioning) | 
Copyright © 2016. All Rights Reserved.