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 ChannelGroupFields in org.jboss.netty.channel.group declared as 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.(package private)DefaultChannelGroupFuture(ChannelGroup group, Map<Integer, ChannelFuture> futures) -
Uses of ChannelGroup in org.jboss.netty.example.securechat
Fields in org.jboss.netty.example.securechat declared as ChannelGroupModifier and TypeFieldDescription(package private) static final ChannelGroupSecureChatServerHandler.channels