Package org.jboss.netty.channel.group
A channel registry which helps a user maintain the list of open
Channel
s and perform bulk operations on them.-
Interface Summary Interface Description ChannelGroup A thread-safeSet
that contains openChannel
s and provides various bulk operations on them.ChannelGroupFuture The result of an asynchronousChannelGroup
operation.ChannelGroupFutureListener Listens to the result of aChannelGroupFuture
. -
Class Summary Class Description CombinedIterator<E> DefaultChannelGroup The defaultChannelGroup
implementation.DefaultChannelGroupFuture The defaultChannelGroupFuture
implementation.