Package org.jboss.netty.channel.group

A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.

See:
          Description


Interface Summary
ChannelGroup A thread-safe Set that contains open Channels and provides various bulk operations on them.
ChannelGroupFuture The result of an asynchronous ChannelGroup operation.
ChannelGroupFutureListener Listens to the result of a ChannelGroupFuture.
 

Class Summary
DefaultChannelGroup The default ChannelGroup implementation.
DefaultChannelGroupFuture The default ChannelGroupFuture implementation.
 

Package org.jboss.netty.channel.group Description

A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.



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