程序包 | 说明 |
---|---|
io.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultChannelGroup
The default
ChannelGroup implementation. |
限定符和类型 | 方法和说明 |
---|---|
ChannelGroup |
DefaultChannelGroup.flush() |
ChannelGroup |
ChannelGroup.flush()
Flush all
Channel s in this
group. |
ChannelGroup |
DefaultChannelGroup.flush(ChannelMatcher matcher) |
ChannelGroup |
ChannelGroup.flush(ChannelMatcher matcher)
Flush all
Channel s in this group that match the given ChannelMatcher . |
ChannelGroup |
ChannelGroupFuture.group()
Returns the
ChannelGroup which is associated with this future. |
限定符和类型 | 方法和说明 |
---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |