Package | Description |
---|---|
io.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelGroup
The default
ChannelGroup implementation. |
Modifier and Type | Method and Description |
---|---|
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 are matched by the given ChannelMatcher . |
ChannelGroup |
ChannelGroupFuture.group()
Returns the
ChannelGroup which is associated with this future. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |
Copyright © 2008–2017 The Netty Project. All rights reserved.