Uses of Class
org.apache.sshd.common.channel.IoWriteFutureImpl
Packages that use IoWriteFutureImpl
-
Uses of IoWriteFutureImpl in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type IoWriteFutureImplModifier and TypeFieldDescriptionprotected final AtomicReference<IoWriteFutureImpl>BufferedIoOutputStream.currentWriteprivate final AtomicReference<IoWriteFutureImpl>ChannelAsyncOutputStream.pendingWriteprotected final Queue<IoWriteFutureImpl>BufferedIoOutputStream.writesMethods in org.apache.sshd.common.channel with parameters of type IoWriteFutureImplModifier and TypeMethodDescriptionprotected voidBufferedIoOutputStream.finishWrite(IoWriteFutureImpl future, int bufferSize) protected voidChannelAsyncOutputStream.onWritten(IoWriteFutureImpl future, int total, long length, IoWriteFuture f)