| 接口 | 描述 |
|---|---|
| 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.