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
Channeland so act as a pool of these.Handler which is called for various actions done by theChannelPool.Allows to mapChannelPoolimplementations to a specific key.SimpleChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm.