public class PendingWriteFuture extends AbstractIoWriteFuture implements SshFutureListener<IoWriteFuture>
CANCELEDlog| Constructor and Description |
|---|
PendingWriteFuture(Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
getBuffer() |
void |
operationComplete(IoWriteFuture future)
Invoked when the operation associated with the
SshFuture
has been completed even if you add the listener after the completion. |
void |
setException(Throwable cause) |
void |
setWritten() |
getException, isWritten, verifyaddListener, await0, cancel, getNumRegisteredListeners, getValue, isCanceled, isDone, notifyListeners, removeListener, setValueasListener, asT, await, awaitUninterruptibly, notifyListener, verifyResultgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateListeneraddListener, removeListenerawait, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, isDoneverify, verifypublic PendingWriteFuture(Buffer buffer)
public Buffer getBuffer()
public void setWritten()
public void setException(Throwable cause)
public void operationComplete(IoWriteFuture future)
SshFutureListenerSshFuture
has been completed even if you add the listener after the completion.operationComplete in interface SshFutureListener<IoWriteFuture>future - The source SshFuture which called this
callback.Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.