List of usage examples for io.netty.channel.nio AbstractNioMessageChannel subclass-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);