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
Subclasses of IoWriteFutureImpl in org.apache.sshd.common.channel Modifier and Type Class Description protected static class
ChannelAsyncOutputStream.BufferedFuture
Marker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean)
.Fields in org.apache.sshd.common.channel declared as IoWriteFutureImpl Modifier and Type Field Description protected IoWriteFutureImpl
ChannelAsyncOutputStream.WriteState. pendingWrite
The future describing the current packet write; ifnull
, there is nothing to write orChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean)
is running.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
protected java.util.Queue<IoWriteFutureImpl>
BufferedIoOutputStream. writes
Methods in org.apache.sshd.common.channel that return IoWriteFutureImpl Modifier and Type Method Description private IoWriteFutureImpl
BufferedIoOutputStream. getWriteRequest()
protected IoWriteFutureImpl
ChannelAsyncOutputStream. writePacket(IoWriteFutureImpl future, boolean resume)
Try to write as much of the current buffer as possible.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, int length, IoWriteFuture f)
protected void
ChannelAsyncOutputStream. terminateFuture(IoWriteFutureImpl future)
protected IoWriteFutureImpl
ChannelAsyncOutputStream. writePacket(IoWriteFutureImpl future, boolean resume)
Try to write as much of the current buffer as possible.
-