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.
|
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDone, removeListener
void verify() throws SshException
SshException
- if the write failed for any reasonBuffer getBuffer()
int getRead()
Throwable getException()
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.