Interface BlockableChannel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isBlocking()
      Indicates if the channel is likely to block upon IO operations.
      • Methods inherited from interface java.nio.channels.Channel

        close, isOpen
    • Method Detail

      • isBlocking

        boolean isBlocking()
        Indicates if the channel is likely to block upon IO operations.
        Returns:
        True if the channel is likely to block upon IO operations.