Example usage for io.netty.channel.group ChannelGroup interface-usage

List of usage examples for io.netty.channel.group ChannelGroup interface-usage

Introduction

In this page you can find the example usage for io.netty.channel.group ChannelGroup interface-usage.

Usage

From source file com.caricah.iotracah.server.netty.channelgroup.IotChannelGroup.java

/**
 * @author <a href="mailto:bwire@caricah.com"> Peter Bwire </a>
 * @version 1.0 2/23/16
 */
public class IotChannelGroup extends AbstractSet<Channel> implements ChannelGroup {