public static class ChannelAsyncInputStream.IoReadFutureImpl extends DefaultVerifiableSshFuture<IoReadFuture> implements IoReadFuture
CANCELEDlog| Constructor and Description |
|---|
IoReadFutureImpl(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
getBuffer() |
Throwable |
getException()
Returns the cause of the read failure.
|
int |
getRead() |
IoReadFuture |
verify(long timeoutMillis)
Wait and verify that the operation was successful
|
addListener, await0, cancel, getNumRegisteredListeners, getValue, isCanceled, isDone, notifyListeners, removeListener, setValueasListener, asT, await, awaitUninterruptibly, notifyListener, verifyResultgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, removeListenerawait, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDoneverify, verifypublic IoReadFutureImpl(Buffer buffer)
public Buffer getBuffer()
getBuffer in interface IoReadFuturepublic IoReadFuture verify(long timeoutMillis) throws IOException
VerifiableFutureverify in interface VerifiableFuture<IoReadFuture>timeoutMillis - Wait timeout in millisecondsIOException - If failed to verify successfully on timepublic int getRead()
getRead in interface IoReadFuturepublic Throwable getException()
IoReadFuturegetException in interface IoReadFuturenull if the read operation is not finished yet,
or if the read attempt is successful (use WaitableFuture.isDone() to
distinguish between the two).Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.