Uses of Interface
io.netty.channel.pool.ChannelPool
-
Packages that use ChannelPool Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
-
Uses of ChannelPool in io.netty.channel.pool
Classes in io.netty.channel.pool with type parameters of type ChannelPool Modifier and Type Class Description class
AbstractChannelPoolMap<K,P extends ChannelPool>
A skeletalChannelPoolMap
implementation.interface
ChannelPoolMap<K,P extends ChannelPool>
Allows to mapChannelPool
implementations to a specific key.Classes in io.netty.channel.pool that implement ChannelPool Modifier and Type Class Description class
FixedChannelPool
ChannelPool
implementation that takes anotherChannelPool
implementation and enforce a maximum number of concurrent connections.class
SimpleChannelPool
SimpleChannelPool
implementation which will create newChannel
s if someone tries to acquire aChannel
but none is in the pool atm.
-