| 程序包 | 说明 |
|---|---|
| io.netty.channel.pool |
Implementations and API for
Channel pools. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractChannelPoolMap<K,P extends ChannelPool>
A skeletal
ChannelPoolMap implementation. |
interface |
ChannelPoolMap<K,P extends ChannelPool>
Allows to map
ChannelPool implementations to a specific key. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FixedChannelPool
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum
number of concurrent connections. |
class |
SimpleChannelPool
Simple
ChannelPool implementation which will create new Channels if someone tries to acquire
a Channel but none is in the pool atm. |