| 接口 | 说明 |
|---|---|
| ChannelHealthChecker | |
| ChannelPool |
Allows to acquire and release
Channel and so act as a pool of these. |
| ChannelPoolHandler |
Handler which is called for various actions done by the
ChannelPool. |
| ChannelPoolMap<K,P extends ChannelPool> |
Allows to map
ChannelPool implementations to a specific key. |
| 类 | 说明 |
|---|---|
| AbstractChannelPoolHandler |
A skeletal
ChannelPoolHandler implementation. |
| AbstractChannelPoolMap<K,P extends ChannelPool> |
A skeletal
ChannelPoolMap implementation. |
| FixedChannelPool |
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum
number of concurrent connections. |
| SimpleChannelPool |
Simple
ChannelPool implementation which will create new Channels if someone tries to acquire
a Channel but none is in the pool atm. |
| 枚举 | 说明 |
|---|---|
| FixedChannelPool.AcquireTimeoutAction |
Channel pools.