public interface IoWriteFuture extends SshFuture<IoWriteFuture>, VerifiableFuture<IoWriteFuture>
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getException() |
boolean |
isWritten() |
addListener, removeListener
await, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getId, isDone
verify, verify, verify, verify
boolean isWritten()
java.lang.Throwable getException()
Exception
.
Otherwise, null
is returned (use WaitableFuture.isDone()
to distinguish between the two.