List of usage examples for io.netty.channel.pool FixedChannelPool subclass-usage
From source file ratpack.http.client.internal.CleanClosingFixedChannelPool.java
public class CleanClosingFixedChannelPool extends FixedChannelPool { public CleanClosingFixedChannelPool(Bootstrap bootstrap, ChannelPoolHandler handler, int maxConnections, int maxPendingAcquires) { super(bootstrap, handler, maxConnections, maxPendingAcquires); }