Uses of Package
io.netty.channel.group
-
Packages that use io.netty.channel.group Package Description io.netty.channel.group A channel registry which helps a user maintain the list of openChannels and perform bulk operations on them. -
Classes in io.netty.channel.group used by io.netty.channel.group Class Description ChannelGroup A thread-safeSetthat contains openChannels and provides various bulk operations on them.ChannelGroupException ChannelExceptionwhich holdsChannelFutures that failed because of an error.ChannelGroupFuture The result of an asynchronousChannelGroupoperation.ChannelMatcher Allows to only match someChannel's for operations inChannelGroup.