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. currentWriteprivate java.util.concurrent.atomic.AtomicReference<IoWriteFutureImpl>ChannelAsyncOutputStream. pendingWriteprotected java.util.Queue<IoWriteFutureImpl>BufferedIoOutputStream. writesMethods 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, long length, IoWriteFuture f)
-