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 | Field and Description |
---|---|
private ChannelGroup |
DefaultChannelGroupFuture.group |
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 match the given ChannelMatcher . |
ChannelGroup |
ChannelGroupFuture.group()
Returns the
ChannelGroup which is associated with this future. |
ChannelGroup |
DefaultChannelGroupFuture.group() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |
Constructor and Description |
---|
DefaultChannelGroupFuture(ChannelGroup group,
java.util.Collection<ChannelFuture> futures,
EventExecutor executor)
Creates a new instance.
|
DefaultChannelGroupFuture(ChannelGroup group,
java.util.Map<Channel,ChannelFuture> futures,
EventExecutor executor) |