| Package | Description |
|---|---|
| io.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 |
ChannelGroupFuture.group()
Returns the
ChannelGroup which is associated with this future. |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o) |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.