软件包 | 描述 |
---|---|
io.netty.channel.group |
通道注册表,帮助用户维护打开的 Channel 列表并对其执行批量操作。
|
Class and Description |
---|
ChannelGroup
一个线程安全的 Set ,它包含开放的Channel ,并在其上提供各种批量操作。
|
ChannelGroupException
ChannelException 其中包含由于错误而失败的ChannelFuture 。
|
ChannelGroupFuture
异步 ChannelGroup 操作的结果。
|
ChannelMatcher
允许只有一些匹配 Channel 的运营在ChannelGroup 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.