Interface IOControl

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void requestInput()
      Requests event notifications to be triggered when the underlying channel is ready for input operations.
      void requestOutput()
      Requests event notifications to be triggered when the underlying channel is ready for output operations.
      void shutdown()
      Shuts down the underlying channel.
      void suspendInput()
      Suspends event notifications about the underlying channel being ready for input operations.
      void suspendOutput()
      Suspends event notifications about the underlying channel being ready for output operations.
    • Method Detail

      • requestInput

        void requestInput()
        Requests event notifications to be triggered when the underlying channel is ready for input operations.
      • suspendInput

        void suspendInput()
        Suspends event notifications about the underlying channel being ready for input operations.
      • requestOutput

        void requestOutput()
        Requests event notifications to be triggered when the underlying channel is ready for output operations.
      • suspendOutput

        void suspendOutput()
        Suspends event notifications about the underlying channel being ready for output operations.
      • shutdown

        void shutdown()
               throws java.io.IOException
        Shuts down the underlying channel.
        Throws:
        java.io.IOException - in an error occurs