软件包 | 描述 |
---|---|
io.netty.channel.group |
通道注册表,帮助用户维护打开的 Channel 列表并对其执行批量操作。
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelGroup
默认的 ChannelGroup 实现。
|
Modifier and Type | Method and Description |
---|---|
ChannelGroup |
DefaultChannelGroup.flush() |
ChannelGroup |
ChannelGroup.flush()
冲洗此组中的所有 Channel 。
|
ChannelGroup |
DefaultChannelGroup.flush(ChannelMatcher matcher) |
ChannelGroup |
ChannelGroup.flush(ChannelMatcher matcher)
冲洗该组中的所有 Channel s,它们与给定的ChannelMatcher 相匹配。
|
ChannelGroup |
ChannelGroupFuture.group()
返回与此未来相关的 ChannelGroup 。
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |
Copyright © 2008–2018 The Netty Project. All rights reserved.