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