Class AbstractEpollStreamChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.epoll.AbstractEpollStreamChannel
All Implemented Interfaces:
Channel, ChannelOutboundInvoker, DuplexChannel, UnixChannel, AttributeMap, Comparable<Channel>
Direct Known Subclasses:
EpollDomainSocketChannel, EpollSocketChannel

public abstract class AbstractEpollStreamChannel extends AbstractChannel implements DuplexChannel