Module io.netty5.transport
Package io.netty5.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 ChannelGroupFuture The result of an asynchronousChannelGroup
operation.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 usedChannelMatcher
implementations.DefaultChannelGroup The defaultChannelGroup
implementation. -
Exception Summary Exception Description ChannelGroupException ChannelException
which holdsFuture
s that failed because of an error.