Package io.netty.channel.group
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them.-
Interface Summary Interface Description ChannelGroup A thread-safeSetthat contains openChannels and provides various bulk operations on them.ChannelGroupFuture The result of an asynchronousChannelGroupoperation.ChannelGroupFutureListener Listens to the result of aChannelGroupFuture.ChannelMatcher Allows to only match someChannel's for operations inChannelGroup. -
Class Summary Class Description ChannelMatchers Helper class which provides often usedChannelMatcherimplementations.DefaultChannelGroup The defaultChannelGroupimplementation. -
Exception Summary Exception Description ChannelGroupException ChannelExceptionwhich holdsChannelFutures that failed because of an error.