Uses of Interface
io.netty.channel.pool.ChannelPool
Packages that use ChannelPool
-
Uses of ChannelPool in io.netty.channel.pool
Classes in io.netty.channel.pool with type parameters of type ChannelPoolModifier and TypeClassDescriptionclassAbstractChannelPoolMap<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 ChannelPoolModifier and TypeClassDescriptionclassChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.classSimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm.