Uses of Interface
io.netty.channel.pool.ChannelPoolMap
-
Packages that use ChannelPoolMap Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
-
Uses of ChannelPoolMap in io.netty.channel.pool
Classes in io.netty.channel.pool that implement ChannelPoolMap Modifier and Type Class Description class
AbstractChannelPoolMap<K,P extends ChannelPool>
A skeletalChannelPoolMap
implementation.
-