| 软件包 | 描述 |
|---|---|
| io.netty.channel.pool |
Channel池的实现和API。
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannelPoolMap<K,P extends ChannelPool>
一个骨架 ChannelPoolMap的实现。
|
interface |
ChannelPoolMap<K,P extends ChannelPool>
允许将 ChannelPool实现映射到特定密钥。
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedChannelPool
ChannelPool实现需要另一个ChannelPool实现并实施最大数量的并发连接。
|
class |
SimpleChannelPool
简单的 ChannelPool实现将创建新的Channel如果有人试图获得Channel但没有人在池中。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.