| Interface | Description |
|---|---|
| ConnectionSemaphore |
Connections limiter.
|
| ConnectionSemaphoreFactory | |
| TransportFactory<C extends io.netty.channel.Channel,L extends io.netty.channel.EventLoopGroup> |
| Class | Description |
|---|---|
| ChannelManager | |
| Channels | |
| CombinedConnectionSemaphore |
A combined
ConnectionSemaphore with two limits - a global limit and a per-host limit |
| DefaultChannelPool |
A simple implementation of
ChannelPool based on a ConcurrentHashMap |
| DefaultConnectionSemaphoreFactory | |
| InfiniteSemaphore |
A java.util.concurrent.Semaphore that always has Integer.Integer.MAX_VALUE free permits
|
| MaxConnectionSemaphore |
Max connections limiter.
|
| NettyChannelConnector | |
| NettyConnectListener<T> |
Non Blocking connect.
|
| NoopConnectionSemaphore |
No-op implementation of
ConnectionSemaphore. |
| PerHostConnectionSemaphore |
Max per-host connections limiter.
|
| Enum | Description |
|---|---|
| ChannelState | |
| DefaultChannelPool.PoolLeaseStrategy |
Copyright © 2020. All rights reserved.