Package | Description |
---|---|
org.jboss.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 |
DefaultChannelGroupFuture.getGroup() |
ChannelGroup |
ChannelGroupFuture.getGroup()
Returns the
ChannelGroup which is associated with this future. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |
Constructor and Description |
---|
DefaultChannelGroupFuture(ChannelGroup group,
Collection<ChannelFuture> futures)
Creates a new instance.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.