Package io.netty.channel.pool
Implementations and API for
Channel
pools.-
Interface Summary Interface Description ChannelHealthChecker ChannelPool Allows to acquire and releaseChannel
and so act as a pool of these.ChannelPoolHandler Handler which is called for various actions done by theChannelPool
.ChannelPoolMap<K,P extends ChannelPool> Allows to mapChannelPool
implementations to a specific key. -
Class Summary Class Description AbstractChannelPoolHandler A skeletalChannelPoolHandler
implementation.AbstractChannelPoolMap<K,P extends ChannelPool> A skeletalChannelPoolMap
implementation.FixedChannelPool ChannelPool
implementation that takes anotherChannelPool
implementation and enforce a maximum number of concurrent connections.SimpleChannelPool SimpleChannelPool
implementation which will create newChannel
s if someone tries to acquire aChannel
but none is in the pool atm. -
Enum Summary Enum Description FixedChannelPool.AcquireTimeoutAction