Example usage for io.netty.channel.socket ServerSocketChannel interface-usage

List of usage examples for io.netty.channel.socket ServerSocketChannel interface-usage

Introduction

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

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);