Package io.netty.channel.pool
Implementations and API for
Channel pools.-
Interface Summary Interface Description ChannelHealthChecker ChannelPool Allows to acquire and releaseChanneland 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 mapChannelPoolimplementations to a specific key. -
Class Summary Class Description AbstractChannelPoolHandler A skeletalChannelPoolHandlerimplementation.AbstractChannelPoolMap<K,P extends ChannelPool> A skeletalChannelPoolMapimplementation.FixedChannelPool ChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.SimpleChannelPool SimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm. -
Enum Summary Enum Description FixedChannelPool.AcquireTimeoutAction