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 AtomicReference<IoWriteFutureImpl>
BufferedIoOutputStream. currentWrite
protected 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, int bufferSize)
protected void
ChannelAsyncOutputStream. onWritten(IoWriteFutureImpl future, int total, long length, IoWriteFuture f)
-