Interface IoReadFuture

    • Method Detail

      • getBuffer

        Buffer getBuffer()
      • getRead

        int getRead()
      • getException

        java.lang.Throwable getException()
        Returns the cause of the read failure.
        Returns:
        null if the read operation is not finished yet, or if the read attempt is successful (use WaitableFuture.isDone() to distinguish between the two).