Uses of Package
io.netty.channel.pool
-
Packages that use io.netty.channel.pool Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
Classes in io.netty.channel.pool used by io.netty.channel.pool Class Description ChannelHealthChecker ChannelPool Allows to acquire and releaseChannel
and so act as a pool of these.ChannelPoolHandler Handler which is called for various actions done by theChannelPool
.ChannelPoolMap Allows to mapChannelPool
implementations to a specific key.FixedChannelPool.AcquireTimeoutAction SimpleChannelPool SimpleChannelPool
implementation which will create newChannel
s if someone tries to acquire aChannel
but none is in the pool atm.