Class AbstractEpollServerChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.epoll.AbstractEpollServerChannel
All Implemented Interfaces:
Channel, ChannelOutboundInvoker, ServerChannel, UnixChannel, AttributeMap, Comparable<Channel>
Direct Known Subclasses:
EpollServerDomainSocketChannel, EpollServerSocketChannel

public abstract class AbstractEpollServerChannel extends AbstractChannel implements ServerChannel