Example usage for io.netty.channel.nio AbstractNioMessageChannel subclass-usage

List of usage examples for io.netty.channel.nio AbstractNioMessageChannel subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel.nio AbstractNioMessageChannel subclass-usage.

Usage

From source file org.opendaylight.tcpmd5.netty.MD5NioServerSocketChannel.java

/**
 * {@link io.netty.channel.socket.nio.NioServerSocketChannel} enabled with support for TCP MD5 Signature option.
 */
public class MD5NioServerSocketChannel extends AbstractNioMessageChannel
        implements io.netty.channel.socket.ServerSocketChannel {
    private static final ChannelMetadata METADATA = new ChannelMetadata(false);