Package | Description |
---|---|
io.netty.channel.pool |
Implementations and API for
Channel pools. |
Class and Description |
---|
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. |
Copyright © 2008–2018 The Netty Project. All rights reserved.