Class EpollEvent


  • public class EpollEvent
    extends Object
    • Constructor Detail

      • EpollEvent

        public EpollEvent​(int fd,
                          int eventMask,
                          long epochTime,
                          long nanoTime,
                          byte value)
    • Method Detail

      • getFd

        public int getFd()
      • getEventMask

        public int getEventMask()
      • getEpochTime

        public long getEpochTime()
      • getNanoTime

        public long getNanoTime()
      • getValue

        public char getValue()