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.Fields in io.netty.channel.pool with type parameters of type SimpleChannelPool Modifier and Type Field Description private static AttributeKey<SimpleChannelPool>
SimpleChannelPool. POOL_KEY
-