Uses of Interface
org.jboss.netty.channel.group.ChannelGroup
Packages that use ChannelGroup
Package
Description
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 ChannelGroupMethods in org.jboss.netty.channel.group that return ChannelGroupModifier and TypeMethodDescriptionChannelGroupFuture.getGroup()Returns theChannelGroupwhich is associated with this future.DefaultChannelGroupFuture.getGroup()Methods in org.jboss.netty.channel.group with parameters of type ChannelGroupConstructors in org.jboss.netty.channel.group with parameters of type ChannelGroupModifierConstructorDescriptionDefaultChannelGroupFuture(ChannelGroup group, Collection<ChannelFuture> futures) Creates a new instance.