| 软件包 | 描述 |
|---|---|
| io.netty.channel.pool |
Channel池的实现和API。
|
| Class and Description |
|---|
| ChannelHealthChecker |
| ChannelPool
允许获取并释放 Channel ,因此充当这些池中的一员。
|
| ChannelPoolHandler
由 ChannelPool完成的各种操作所需的处理程序 。
|
| ChannelPoolMap
允许将 ChannelPool实现映射到特定密钥。
|
| FixedChannelPool.AcquireTimeoutAction |
| SimpleChannelPool
简单的 ChannelPool实现将创建新的Channel如果有人试图获得Channel但没有人在池中。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.