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 classChannelAsyncOutputStream.BufferedFutureMarker 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 IoWriteFutureImplChannelAsyncOutputStream.WriteState. pendingWriteThe 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 AtomicReference<IoWriteFutureImpl>BufferedIoOutputStream. currentWriteprotected Queue<IoWriteFutureImpl>BufferedIoOutputStream. writesMethods in org.apache.sshd.common.channel that return IoWriteFutureImpl Modifier and Type Method Description protected IoWriteFutureImplChannelAsyncOutputStream. 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 voidBufferedIoOutputStream. finishWrite(IoWriteFutureImpl future, int bufferSize)protected voidChannelAsyncOutputStream. onWritten(IoWriteFutureImpl future, int total, int length, IoWriteFuture f)protected voidChannelAsyncOutputStream. terminateFuture(IoWriteFutureImpl future)protected IoWriteFutureImplChannelAsyncOutputStream. writePacket(IoWriteFutureImpl future, boolean resume)Try to write as much of the current buffer as possible.
-