List of usage examples for io.netty.channel.socket ServerSocketChannel interface-usage
From source file org.fusesource.hawtdispatch.netty.HawtServerSocketChannel.java
/** * {@link ServerSocketChannel} implementation which uses HawtDispatch. * * @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a> */ public class HawtServerSocketChannel extends HawtAbstractChannel implements ServerSocketChannel {
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);