public interface  io.netty.channel.pool.ChannelPool extends java.lang.Object implements java.io.Closeable
{
public abstract io.netty.util.concurrent.Future acquire();
public abstract io.netty.util.concurrent.Future acquire(io.netty.util.concurrent.Promise);
public abstract io.netty.util.concurrent.Future release(io.netty.channel.Channel);
public abstract io.netty.util.concurrent.Future release(io.netty.channel.Channel, io.netty.util.concurrent.Promise);
public abstract void close();
}