Uses of Interface
org.asynchttpclient.netty.channel.ConnectionSemaphore
- 
Packages that use ConnectionSemaphore Package Description org.asynchttpclient.netty org.asynchttpclient.netty.channel 
- 
- 
Uses of ConnectionSemaphore in org.asynchttpclient.nettyConstructors in org.asynchttpclient.netty with parameters of type ConnectionSemaphore Constructor Description NettyResponseFuture(Request originalRequest, AsyncHandler<V> asyncHandler, NettyRequest nettyRequest, int maxRetry, ChannelPoolPartitioning connectionPoolPartitioning, ConnectionSemaphore connectionSemaphore, ProxyServer proxyServer)
- 
Uses of ConnectionSemaphore in org.asynchttpclient.netty.channelClasses in org.asynchttpclient.netty.channel that implement ConnectionSemaphore Modifier and Type Class Description classCombinedConnectionSemaphoreA combinedConnectionSemaphorewith two limits - a global limit and a per-host limitclassMaxConnectionSemaphoreMax connections limiter.classNoopConnectionSemaphoreNo-op implementation ofConnectionSemaphore.classPerHostConnectionSemaphoreMax per-host connections limiter.Methods in org.asynchttpclient.netty.channel that return ConnectionSemaphore Modifier and Type Method Description ConnectionSemaphoreConnectionSemaphoreFactory. newConnectionSemaphore(AsyncHttpClientConfig config)ConnectionSemaphoreDefaultConnectionSemaphoreFactory. newConnectionSemaphore(AsyncHttpClientConfig config)Constructors in org.asynchttpclient.netty.channel with parameters of type ConnectionSemaphore Constructor Description NettyConnectListener(NettyResponseFuture<T> future, NettyRequestSender requestSender, ChannelManager channelManager, ConnectionSemaphore connectionSemaphore)
 
-