public interface IoWriteFuture extends SshFuture<IoWriteFuture>, VerifiableFuture<IoWriteFuture>
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
boolean |
isWritten() |
addListener, removeListenerawait, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDoneverify, verify, verifyboolean isWritten()
Throwable getException()
Exception. Otherwise,
null is returned (use WaitableFuture.isDone() to distinguish
between the two.Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.