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
Channel
s and perform bulk operations on them.-
Uses of ChannelGroup in io.netty.channel.group
Classes in io.netty.channel.group that implement ChannelGroupFields in io.netty.channel.group declared as ChannelGroupModifier and TypeFieldDescriptionprivate final ChannelGroup
DefaultChannelGroupFuture.group
private final ChannelGroup
VoidChannelGroupFuture.group
Methods in io.netty.channel.group that return ChannelGroupModifier and TypeMethodDescriptionChannelGroup.flush()
Flush allChannel
s in this group.ChannelGroup.flush
(ChannelMatcher matcher) Flush allChannel
s in this group that are matched by the givenChannelMatcher
.DefaultChannelGroup.flush()
DefaultChannelGroup.flush
(ChannelMatcher matcher) ChannelGroupFuture.group()
Returns theChannelGroup
which 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)