Uses of Package
io.netty.channel.pool
Packages that use io.netty.channel.pool
-
Classes in io.netty.channel.pool used by io.netty.channel.poolClassDescriptionAllows to acquire and release
Channel
and so act as a pool of these.Handler which is called for various actions done by theChannelPool
.Allows to mapChannelPool
implementations to a specific key.SimpleChannelPool
implementation which will create newChannel
s if someone tries to acquire aChannel
but none is in the pool atm.