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