软件包 | 描述 |
---|---|
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.