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