Channel
s and perform bulk operations on them.请参阅: 说明
接口 | 说明 |
---|---|
ChannelGroup |
A thread-safe
Set that contains open Channel s and provides
various bulk operations on them. |
ChannelGroupFuture |
The result of an asynchronous
ChannelGroup operation. |
ChannelGroupFutureListener |
Listens to the result of a
ChannelGroupFuture . |
ChannelMatcher |
Allows to only match some
Channel 's for operations in ChannelGroup . |
类 | 说明 |
---|---|
ChannelMatchers |
Helper class which provides often used
ChannelMatcher implementations. |
DefaultChannelGroup |
The default
ChannelGroup implementation. |
异常错误 | 说明 |
---|---|
ChannelGroupException |
ChannelException which holds ChannelFuture s that failed because of an error. |
Channel
s and perform bulk operations on them.