Interface | Description |
---|---|
ChannelHealthChecker | |
ChannelPool |
Allows to acquire and release
Channel and so act as a pool of these. |
ChannelPoolHandler |
Handler which is called for various actions done by the
ChannelPool . |
ChannelPoolMap<K,P extends ChannelPool> |
Allows to map
ChannelPool implementations to a specific key. |
Class | Description |
---|---|
AbstractChannelPoolHandler |
A skeletal
ChannelPoolHandler implementation. |
AbstractChannelPoolMap<K,P extends ChannelPool> |
A skeletal
ChannelPoolMap implementation. |
FixedChannelPool |
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum
number of concurrent connections. |
SimpleChannelPool |
Simple
ChannelPool implementation which will create new Channel s if someone tries to acquire
a Channel but none is in the pool atm. |
Enum | Description |
---|---|
FixedChannelPool.AcquireTimeoutAction |
Channel
pools.Copyright © 2008–2017 The Netty Project. All rights reserved.