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

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

Introduction

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

Usage

From source file channel.group.matcher.ClientMatcher.java

/**
 *
 * @author Bernhard
 */
public class ClientMatcher implements ChannelMatcher {
    private static final ClientGroup ALL_MATCHER = new ClientGroup("", "ALL") {