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.netty
Constructors 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.channel
Classes in org.asynchttpclient.netty.channel that implement ConnectionSemaphore Modifier and Type Class Description class
CombinedConnectionSemaphore
A combinedConnectionSemaphore
with two limits - a global limit and a per-host limitclass
MaxConnectionSemaphore
Max connections limiter.class
NoopConnectionSemaphore
No-op implementation ofConnectionSemaphore
.class
PerHostConnectionSemaphore
Max per-host connections limiter.Methods in org.asynchttpclient.netty.channel that return ConnectionSemaphore Modifier and Type Method Description ConnectionSemaphore
ConnectionSemaphoreFactory. newConnectionSemaphore(AsyncHttpClientConfig config)
ConnectionSemaphore
DefaultConnectionSemaphoreFactory. 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)
-