Uses of Interface
io.netty.channel.group.ChannelGroup
Packages that use ChannelGroup
Package
Description
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them.-
Uses of ChannelGroup in io.netty.channel.group
Classes in io.netty.channel.group that implement ChannelGroupSubinterfaces with type arguments of type ChannelGroup in io.netty.channel.groupModifier and TypeInterfaceDescriptioninterfaceMethods in io.netty.channel.group that return ChannelGroupModifier and TypeMethodDescriptionChannelGroup.flush()Flush allChannels in this group.ChannelGroup.flush(ChannelMatcher matcher) Flush allChannels in this group that are matched by the givenChannelMatcher.DefaultChannelGroup.flush()DefaultChannelGroup.flush(ChannelMatcher matcher) ChannelGroupFuture.group()Returns theChannelGroupwhich is associated with this future.Methods in io.netty.channel.group with parameters of type ChannelGroup