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 TypeInterfaceDescriptioninterfaceFields in io.netty.channel.group declared as ChannelGroupModifier and TypeFieldDescriptionprivate final ChannelGroupDefaultChannelGroupFuture.groupprivate final ChannelGroupVoidChannelGroupFuture.groupMethods 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.DefaultChannelGroupFuture.group()VoidChannelGroupFuture.group()Methods in io.netty.channel.group with parameters of type ChannelGroupConstructors in io.netty.channel.group with parameters of type ChannelGroupModifierConstructorDescription(package private)DefaultChannelGroupFuture(ChannelGroup group, Collection<ChannelFuture> futures, EventExecutor executor) Creates a new instance.(package private)DefaultChannelGroupFuture(ChannelGroup group, Map<Channel, ChannelFuture> futures, EventExecutor executor) (package private)