Uses of Interface
org.jboss.netty.channel.group.ChannelGroup
-
Packages that use ChannelGroup Package Description org.jboss.netty.channel.group A channel registry which helps a user maintain the list of openChannel
s 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 Modifier and Type Class Description class
DefaultChannelGroup
The defaultChannelGroup
implementation.Methods in org.jboss.netty.channel.group that return ChannelGroup Modifier and Type Method Description ChannelGroup
ChannelGroupFuture. getGroup()
Returns theChannelGroup
which is associated with this future.ChannelGroup
DefaultChannelGroupFuture. getGroup()
Methods in org.jboss.netty.channel.group with parameters of type ChannelGroup Modifier and Type Method Description int
DefaultChannelGroup. compareTo(ChannelGroup o)
Constructors in org.jboss.netty.channel.group with parameters of type ChannelGroup Constructor Description DefaultChannelGroupFuture(ChannelGroup group, Collection<ChannelFuture> futures)
Creates a new instance.
-