| Package | Description |
|---|---|
| org.asynchttpclient.netty | |
| org.asynchttpclient.netty.channel |
| Constructor and Description |
|---|
NettyResponseFuture(Request originalRequest,
AsyncHandler<V> asyncHandler,
NettyRequest nettyRequest,
int maxRetry,
ChannelPoolPartitioning connectionPoolPartitioning,
ConnectionSemaphore connectionSemaphore,
ProxyServer proxyServer) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxConnectionSemaphore
Max connections limiter.
|
class |
NoopConnectionSemaphore
No-op implementation of
ConnectionSemaphore. |
class |
PerHostConnectionSemaphore
Max per-host connections limiter.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSemaphore |
DefaultConnectionSemaphoreFactory.newConnectionSemaphore(AsyncHttpClientConfig config) |
ConnectionSemaphore |
ConnectionSemaphoreFactory.newConnectionSemaphore(AsyncHttpClientConfig config) |
| Constructor and Description |
|---|
NettyConnectListener(NettyResponseFuture<T> future,
NettyRequestSender requestSender,
ChannelManager channelManager,
ConnectionSemaphore connectionSemaphore) |
Copyright © 2018. All Rights Reserved.