程序包 | 说明 |
---|---|
io.netty.channel.pool |
Implementations and API for
Channel pools. |
类和说明 |
---|
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
Allows to map
ChannelPool implementations to a specific key. |
FixedChannelPool.AcquireTimeoutAction |
SimpleChannelPool
Simple
ChannelPool implementation which will create new Channel s if someone tries to acquire
a Channel but none is in the pool atm. |