public interface IoReadFuture extends SshFuture<IoReadFuture>
| Modifier and Type | Method and Description |
|---|---|
Buffer |
getBuffer() |
Throwable |
getException() |
int |
getRead() |
void |
verify()
Wait and verify that the read succeeded.
|
void |
verify(long timeoutMillis) |
void |
verify(long timeout,
TimeUnit unit) |
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDone, removeListenervoid verify()
throws IOException
IOException - if the action failed for any reasonvoid verify(long timeout,
TimeUnit unit)
throws IOException
IOExceptionvoid verify(long timeoutMillis)
throws IOException
IOExceptionBuffer getBuffer()
int getRead()
Throwable getException()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.