Uses of Interface
io.netty.channel.pool.ChannelPool
-
Packages that use ChannelPool Package Description io.netty.channel.pool Implementations and API forChannelpools. -
-
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 classAbstractChannelPoolMap<K,P extends ChannelPool>A skeletalChannelPoolMapimplementation.interfaceChannelPoolMap<K,P extends ChannelPool>Allows to mapChannelPoolimplementations to a specific key.Classes in io.netty.channel.pool that implement ChannelPool Modifier and Type Class Description classFixedChannelPoolChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.classSimpleChannelPoolSimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm.
-