Uses of Interface
org.asynchttpclient.channel.ChannelPool
-
Packages that use ChannelPool Package Description org.asynchttpclient org.asynchttpclient.channel org.asynchttpclient.netty.channel -
-
Uses of ChannelPool in org.asynchttpclient
Methods in org.asynchttpclient that return ChannelPool Modifier and Type Method Description @Nullable ChannelPoolAsyncHttpClientConfig. getChannelPool()ChannelPoolDefaultAsyncHttpClient. getChannelPool()@Nullable ChannelPoolDefaultAsyncHttpClientConfig. getChannelPool()Methods in org.asynchttpclient with parameters of type ChannelPool Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setChannelPool(ChannelPool channelPool) -
Uses of ChannelPool in org.asynchttpclient.channel
Classes in org.asynchttpclient.channel that implement ChannelPool Modifier and Type Class Description classNoopChannelPoolAChannelPoolimplementation that doesn't pool anything. -
Uses of ChannelPool in org.asynchttpclient.netty.channel
Classes in org.asynchttpclient.netty.channel that implement ChannelPool Modifier and Type Class Description classDefaultChannelPoolA simple implementation ofChannelPoolbased on aConcurrentHashMapMethods in org.asynchttpclient.netty.channel that return ChannelPool Modifier and Type Method Description ChannelPoolChannelManager. getChannelPool()
-