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

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

Introduction

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

The text is from its open source code.

Subclass

io.netty.channel.group.DefaultChannelGroup has subclasses.
Click this link to see all its subclasses.

Constructor

DefaultChannelGroup(EventExecutor executor)
Creates a new group with a generated name and the provided EventExecutor to notify the ChannelGroupFuture s.
DefaultChannelGroup(String name, EventExecutor executor)
Creates a new group with the specified name and EventExecutor to notify the ChannelGroupFuture s.
DefaultChannelGroup(EventExecutor executor, boolean stayClosed)
Creates a new group with a generated name and the provided EventExecutor to notify the ChannelGroupFuture s.