The Netty Project 3.2.5.Final

Uses of Interface
org.jboss.netty.channel.group.ChannelGroup

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 ChannelGroupFuture.getGroup()
          Returns the ChannelGroup which is associated with this future.
 ChannelGroup DefaultChannelGroupFuture.getGroup()
           
 

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, Collection<ChannelFuture> futures)
          Creates a new instance.
 


The Netty Project 3.2.5.Final

Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.