Package io.netty.channel.pool
package io.netty.channel.pool
Implementations and API for
Channel pools.-
ClassDescriptionA skeletal
ChannelPoolHandlerimplementation.AbstractChannelPoolMap<K, P extends ChannelPool>A skeletalChannelPoolMapimplementation.Allows to acquire and releaseChanneland so act as a pool of these.Handler which is called for various actions done by theChannelPool.ChannelPoolMap<K, P extends ChannelPool>Allows to mapChannelPoolimplementations to a specific key.ChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.SimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm.