Uses of Class
org.asynchttpclient.netty.channel.ChannelManager
- 
Packages that use ChannelManager Package Description org.asynchttpclient.netty.channel org.asynchttpclient.netty.handler org.asynchttpclient.netty.handler.intercept org.asynchttpclient.netty.request 
- 
- 
Uses of ChannelManager in org.asynchttpclient.netty.channelConstructors in org.asynchttpclient.netty.channel with parameters of type ChannelManager Constructor Description NettyConnectListener(NettyResponseFuture<T> future, NettyRequestSender requestSender, ChannelManager channelManager, ConnectionSemaphore connectionSemaphore)
- 
Uses of ChannelManager in org.asynchttpclient.netty.handlerFields in org.asynchttpclient.netty.handler declared as ChannelManager Modifier and Type Field Description protected ChannelManagerAsyncHttpClientHandler. channelManagerConstructors in org.asynchttpclient.netty.handler with parameters of type ChannelManager Constructor Description HttpHandler(AsyncHttpClientConfig config, ChannelManager channelManager, NettyRequestSender requestSender)WebSocketHandler(AsyncHttpClientConfig config, ChannelManager channelManager, NettyRequestSender requestSender)
- 
Uses of ChannelManager in org.asynchttpclient.netty.handler.interceptConstructors in org.asynchttpclient.netty.handler.intercept with parameters of type ChannelManager Constructor Description Interceptors(AsyncHttpClientConfig config, ChannelManager channelManager, NettyRequestSender requestSender)
- 
Uses of ChannelManager in org.asynchttpclient.netty.requestConstructors in org.asynchttpclient.netty.request with parameters of type ChannelManager Constructor Description NettyRequestSender(AsyncHttpClientConfig config, ChannelManager channelManager, io.netty.util.Timer nettyTimer, AsyncHttpClientState clientState)
 
-