|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelGroup | |
|---|---|
| org.jboss.netty.channel.group | A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them. |
| Uses of ChannelGroup in org.jboss.netty.channel.group |
|---|
| Classes in org.jboss.netty.channel.group that implement ChannelGroup | |
|---|---|
class |
DefaultChannelGroup
The default ChannelGroup implementation. |
| Methods in org.jboss.netty.channel.group that return ChannelGroup | |
|---|---|
ChannelGroup |
DefaultChannelGroupFuture.getGroup()
|
ChannelGroup |
ChannelGroupFuture.getGroup()
Returns the ChannelGroup which is associated with this future. |
| Methods in org.jboss.netty.channel.group with parameters of type ChannelGroup | |
|---|---|
int |
DefaultChannelGroup.compareTo(ChannelGroup o)
|
| Constructors in org.jboss.netty.channel.group with parameters of type ChannelGroup | |
|---|---|
DefaultChannelGroupFuture(ChannelGroup group,
java.util.Collection<ChannelFuture> futures)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||