List of usage examples for io.netty.channel AbstractChannel subclass-usage
From source file eu.matejkormuth.rpgdavid.starving.npc.util.NullChannel.java
public class NullChannel extends AbstractChannel { private ChannelConfig config; protected NullChannel(Channel parent) { super(parent);
From source file io.nodyn.netty.pipe.NioOutputStreamChannel.java
/** * @author Bob McWhirter */ public class NioOutputStreamChannel extends AbstractChannel { private final OutputStream out;
From source file io.vertx.core.http.impl.FileStreamChannel.java
/** * A channel used for writing a file in an HTTP2 stream. * * @author <a href="mailto:julien@julienviet.com">Julien Viet</a> */ class FileStreamChannel extends AbstractChannel {
From source file org.fusesource.hawtdispatch.netty.HawtAbstractChannel.java
/**
* Abstract base class for {@link Channel} implementations that use
* HawtDispatch.
*
* @author <a href="mailto:nmaurer@redhat.com">Norman Maurer</a>
*/