Uses of Class
io.netty.channel.pool.SimpleChannelPool
-
Packages that use SimpleChannelPool Package Description io.netty.channel.pool Implementations and API forChannelpools. -
-
Uses of SimpleChannelPool in io.netty.channel.pool
Subclasses of SimpleChannelPool in io.netty.channel.pool Modifier and Type Class Description classFixedChannelPoolChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.
-