Interface EventMask


  • public interface EventMask
    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.