Uses of Class
org.asynchttpclient.AsyncHttpClientState
- 
Packages that use AsyncHttpClientState Package Description org.asynchttpclient.netty.channel org.asynchttpclient.netty.request 
- 
- 
Uses of AsyncHttpClientState in org.asynchttpclient.netty.channelConstructors in org.asynchttpclient.netty.channel with parameters of type AsyncHttpClientState Constructor Description NettyChannelConnector(InetAddress localAddress, List<InetSocketAddress> remoteAddresses, AsyncHandler<?> asyncHandler, AsyncHttpClientState clientState)
- 
Uses of AsyncHttpClientState in org.asynchttpclient.netty.requestConstructors in org.asynchttpclient.netty.request with parameters of type AsyncHttpClientState Constructor Description NettyRequestSender(AsyncHttpClientConfig config, ChannelManager channelManager, io.netty.util.Timer nettyTimer, AsyncHttpClientState clientState)
 
-