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

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

Introduction

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

Usage

From source file io.nodyn.netty.pipe.AbstractNioStreamChannel.java

/**
 * @author Bob McWhirter
 */
public abstract class AbstractNioStreamChannel extends AbstractNioByteChannel {

    protected final NodeProcess process;

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

/**
 * {@link io.netty.channel.socket.nio.NioSocketChannel} enabled with support for TCP MD5 Signature option.
 */
public class MD5NioSocketChannel extends AbstractNioByteChannel implements io.netty.channel.socket.SocketChannel {
    private static final Logger LOG = LoggerFactory.getLogger(MD5NioSocketChannel.class);
    private static final ChannelMetadata METADATA = new ChannelMetadata(false);