Uses of Interface
io.netty.channel.group.ChannelGroup
-
Packages that use ChannelGroup Package Description io.netty.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.netty.channel.group
Classes in io.netty.channel.group that implement ChannelGroup Modifier and Type Class Description classDefaultChannelGroupThe defaultChannelGroupimplementation.Fields in io.netty.channel.group declared as ChannelGroup Modifier and Type Field Description private ChannelGroupDefaultChannelGroupFuture. groupprivate ChannelGroupVoidChannelGroupFuture. groupMethods in io.netty.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.ChannelGroupDefaultChannelGroupFuture. group()ChannelGroupVoidChannelGroupFuture. group()Methods in io.netty.channel.group with parameters of type ChannelGroup Modifier and Type Method Description intDefaultChannelGroup. compareTo(ChannelGroup o)Constructors in io.netty.channel.group with parameters of type ChannelGroup Constructor Description DefaultChannelGroupFuture(ChannelGroup group, java.util.Collection<ChannelFuture> futures, EventExecutor executor)Creates a new instance.DefaultChannelGroupFuture(ChannelGroup group, java.util.Map<Channel,ChannelFuture> futures, EventExecutor executor)VoidChannelGroupFuture(ChannelGroup group)
-