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 openChannel
s and perform bulk operations on them. -
Classes in io.netty.channel.group used by io.netty.channel.group Class Description ChannelGroup A thread-safeSet
that contains openChannel
s and provides various bulk operations on them.ChannelGroupException ChannelException
which holdsChannelFuture
s that failed because of an error.ChannelGroupFuture The result of an asynchronousChannelGroup
operation.ChannelMatcher Allows to only match someChannel
's for operations inChannelGroup
.