public static class ChannelAsyncInputStream.IoReadFutureImpl extends DefaultSshFuture<IoReadFuture> implements IoReadFuture
| Constructor and Description |
|---|
ChannelAsyncInputStream.IoReadFutureImpl(Buffer buffer) |
| 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, cancel, getValue, isCanceled, isDone, removeListener, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDone, removeListenerpublic ChannelAsyncInputStream.IoReadFutureImpl(Buffer buffer)
public Buffer getBuffer()
getBuffer in interface IoReadFuturepublic void verify()
throws SshException
IoReadFutureverify in interface IoReadFutureSshException - if the write failed for any reasonpublic int getRead()
getRead in interface IoReadFuturepublic Throwable getException()
getException in interface IoReadFutureCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.