Interface EpollIoHandle

  • All Superinterfaces:
    AutoCloseable, io.netty.channel.IoHandle

    public interface EpollIoHandle
    extends io.netty.channel.IoHandle
    IoHandle implementation which is using epoll.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.netty.channel.unix.FileDescriptor fd()
      Returns the FileDescriptor that used by this IoHandle.
      • Methods inherited from interface io.netty.channel.IoHandle

        close, handle, registered, unregistered
    • Method Detail

      • fd

        io.netty.channel.unix.FileDescriptor fd()
        Returns the FileDescriptor that used by this IoHandle.
        Returns:
        fd