Interface ChannelPool

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
FixedChannelPool, SimpleChannelPool

public interface ChannelPool extends Closeable
Allows to acquire and release Channel and so act as a pool of these.