| Package | Description | 
|---|---|
| org.jboss.netty.channel.group | 
 A channel registry which helps a user maintain the list of open
  
Channels 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-2016 The Netty Project. All Rights Reserved.