Java io.netty.channel.group ChannelGroup fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.group ChannelGroup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.group ChannelGroup.

The text is from its open source code.

Implementation

io.netty.channel.group.ChannelGroup has the following implementations.
Click this link to see all its implementation.

Method

ChannelGroupFutureclose()
Closes all Channel s in this group.
Stringname()
Returns the name of this group.
ChannelGroupFuturewriteAndFlush(Object message)
Shortcut for calling #write(Object) and #flush() .
ChannelGroupFuturewriteAndFlush(Object message, ChannelMatcher matcher)
Shortcut for calling #write(Object) and #flush() and only act on Channel s that are matched by the ChannelMatcher .