Interface | Description |
---|---|
KeyedChannelPool<K> |
An asynchronous
Channel pool that provides key-based acquisition and release. |
KeyedChannelPoolHandler<K> |
Handles the events produced by
KeyedChannelPool . |
Class | Description |
---|---|
DecoratingKeyedChannelPoolHandler<K> |
A
KeyedChannelPoolHandler that decorates an existing KeyedChannelPoolHandler . |
DefaultKeyedChannelPool<K> |
Default
KeyedChannelPool implementation. |
KeyedChannelPoolHandlerAdapter<K> |
A skeletal
KeyedChannelPoolHandler implementation to minimize the effort to implement this interface. |
PoolKey |
The default key of
KeyedChannelPool . |
Channel
pool.