Uses of Class
org.apache.sshd.common.channel.IoWriteFutureImpl
-
Packages that use IoWriteFutureImpl Package Description org.apache.sshd.common.channel -
-
Uses of IoWriteFutureImpl in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type IoWriteFutureImpl Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<IoWriteFutureImpl>
BufferedIoOutputStream. currentWrite
private java.util.concurrent.atomic.AtomicReference<IoWriteFutureImpl>
ChannelAsyncOutputStream. pendingWrite
protected java.util.Queue<IoWriteFutureImpl>
BufferedIoOutputStream. writes
Methods in org.apache.sshd.common.channel with parameters of type IoWriteFutureImpl Modifier and Type Method Description protected void
BufferedIoOutputStream. finishWrite(IoWriteFutureImpl future)
protected void
ChannelAsyncOutputStream. onWritten(IoWriteFutureImpl future, int total, long length, IoWriteFuture f)
-