| 程序包 | 说明 |
|---|---|
| io.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them. |
| 类和说明 |
|---|
| ChannelGroup
A thread-safe
Set that contains open Channels and provides
various bulk operations on them. |
ChannelGroupException
ChannelException which holds ChannelFutures that failed because of an error. |
| ChannelGroupFuture
The result of an asynchronous
ChannelGroup operation. |
| ChannelMatcher
Allows to only match some
Channel's for operations in ChannelGroup. |