Uses of Class
io.netty.channel.pool.SimpleChannelPool
-
Packages that use SimpleChannelPool Package Description io.netty.channel.pool Implementations and API forChannel
pools. -
-
Uses of SimpleChannelPool in io.netty.channel.pool
Subclasses of SimpleChannelPool in io.netty.channel.pool Modifier and Type Class Description class
FixedChannelPool
ChannelPool
implementation that takes anotherChannelPool
implementation and enforce a maximum number of concurrent connections.
-