public interface IoWriteFuture extends SshFuture<IoWriteFuture>
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
boolean |
isWritten() |
void |
verify()
Wait and verify that the write succeeded.
|
void |
verify(long timeout) |
void |
verify(long count,
TimeUnit unit) |
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDone, removeListenervoid verify()
throws IOException
IOException - if the write failed for any reasonvoid verify(long count,
TimeUnit unit)
throws IOException
IOExceptionvoid verify(long timeout)
throws IOException
IOExceptionboolean isWritten()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.