Class EventMask


  • public final class EventMask
    extends java.lang.Object
    Type of I/O event notifications I/O sessions can declare interest in.
    Since:
    4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int READ
      Interest in data input.
      static int READ_WRITE
      Interest in data input/output.
      static int WRITE
      Interest in data output.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EventMask()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventMask

        private EventMask()