Uses of Package
io.netty.channel.pool
-
Packages that use io.netty.channel.pool Package Description io.netty.channel.pool Implementations and API forChannelpools. -
Classes in io.netty.channel.pool used by io.netty.channel.pool Class Description ChannelHealthChecker ChannelPool Allows to acquire and releaseChanneland so act as a pool of these.ChannelPoolHandler Handler which is called for various actions done by theChannelPool.ChannelPoolMap Allows to mapChannelPoolimplementations to a specific key.FixedChannelPool.AcquireTimeoutAction SimpleChannelPool SimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm.