接口 | 描述 |
---|---|
ChannelGroup |
一个线程安全的 Set ,包含开放的Channel ,并在其上提供各种批量操作。
|
ChannelGroupFuture |
异步 ChannelGroup 操作的结果。
|
ChannelGroupFutureListener | |
ChannelMatcher |
允许在 ChannelGroup 中匹配一些Channel 的操作。
|
Class | 描述 |
---|---|
ChannelMatchers |
Helper类提供了经常使用的 ChannelMatcher 实现。
|
DefaultChannelGroup |
默认的 ChannelGroup 实现。
|
异常 | 描述 |
---|---|
ChannelGroupException |
ChannelException 其中包含由于错误而失败的ChannelFuture 。
|
Channel
列表并对其执行批量操作。
Copyright © 2008–2018 The Netty Project. All rights reserved.