Interface IoWriteFuture

All Superinterfaces:
HasException, SshFuture<IoWriteFuture>, VerifiableFuture<IoWriteFuture>, WaitableFuture
All Known Implementing Classes:
AbstractIoWriteFuture, ChannelAsyncOutputStream.BufferedFuture, IoWriteFutureImpl, Nio2DefaultIoWriteFuture, PendingWriteFuture, SimpleIoOutputStream.DefaultIoWriteFuture

public interface IoWriteFuture extends HasException, SshFuture<IoWriteFuture>, VerifiableFuture<IoWriteFuture>
  • Method Details

    • isWritten

      boolean isWritten()
      Returns:
      true if the write operation is finished successfully.