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 openChannels 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 classDefaultChannelGroupThe defaultChannelGroupimplementation.Methods in io.netty5.channel.group that return ChannelGroup Modifier and Type Method Description ChannelGroupChannelGroup. flush()Flush allChannels in this group.ChannelGroupChannelGroup. flush(ChannelMatcher matcher)Flush allChannels in this group that are matched by the givenChannelMatcher.ChannelGroupDefaultChannelGroup. flush()ChannelGroupDefaultChannelGroup. flush(ChannelMatcher matcher)ChannelGroupChannelGroupFuture. group()Returns theChannelGroupwhich is associated with this future.Methods in io.netty5.channel.group with parameters of type ChannelGroup Modifier and Type Method Description intDefaultChannelGroup. compareTo(ChannelGroup o)
-