Uses of Interface
io.netty5.channel.group.ChannelGroup
-
Packages that use ChannelGroup Package Description io.netty5.channel.group A channel registry which helps a user maintain the list of openChannel
s and perform bulk operations on them. -
-
Uses of ChannelGroup in io.netty5.channel.group
Classes in io.netty5.channel.group that implement ChannelGroup Modifier and Type Class Description class
DefaultChannelGroup
The defaultChannelGroup
implementation.Methods in io.netty5.channel.group that return ChannelGroup Modifier and Type Method Description ChannelGroup
ChannelGroup. flush()
Flush allChannel
s in this group.ChannelGroup
ChannelGroup. flush(ChannelMatcher matcher)
Flush allChannel
s in this group that are matched by the givenChannelMatcher
.ChannelGroup
DefaultChannelGroup. flush()
ChannelGroup
DefaultChannelGroup. flush(ChannelMatcher matcher)
ChannelGroup
ChannelGroupFuture. group()
Returns theChannelGroup
which is associated with this future.Methods in io.netty5.channel.group with parameters of type ChannelGroup Modifier and Type Method Description int
DefaultChannelGroup. compareTo(ChannelGroup o)
-