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.currentWrite
private final AtomicReference<IoWriteFutureImpl>
ChannelAsyncOutputStream.pendingWrite
protected final Queue<IoWriteFutureImpl>
BufferedIoOutputStream.writes
Methods in org.apache.sshd.common.channel with parameters of type IoWriteFutureImplModifier and TypeMethodDescriptionprotected void
BufferedIoOutputStream.finishWrite
(IoWriteFutureImpl future, int bufferSize) protected void
ChannelAsyncOutputStream.onWritten
(IoWriteFutureImpl future, int total, long length, IoWriteFuture f)