Class EpollIoOps

  • All Implemented Interfaces:
    io.netty.channel.IoOps

    public final class EpollIoOps
    extends Object
    implements io.netty.channel.IoOps
    Implementation of IoOps that is used by EpollIoHandler and so for epoll based transports.
    • Field Detail

      • EPOLLOUT

        public static final EpollIoOps EPOLLOUT
        Interested in IO events which tell that the underlying channel is writable again or a connection attempt can be continued.
      • EPOLLIN

        public static final EpollIoOps EPOLLIN
        Interested in IO events which should be handled by finish pending connect operations
      • EPOLLERR

        public static final EpollIoOps EPOLLERR
        Error condition happened on the associated file descriptor.
      • EPOLLRDHUP

        public static final EpollIoOps EPOLLRDHUP
        Interested in IO events which should be handled by reading data.