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 openChannels 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 classDefaultChannelGroupThe defaultChannelGroupimplementation.Methods in org.jboss.netty.channel.group that return ChannelGroup Modifier and Type Method Description ChannelGroupChannelGroupFuture. getGroup()Returns theChannelGroupwhich is associated with this future.ChannelGroupDefaultChannelGroupFuture. getGroup()Methods in org.jboss.netty.channel.group with parameters of type ChannelGroup Modifier and Type Method Description intDefaultChannelGroup. 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.
-