Uses of Class
org.apache.sshd.common.channel.IoWriteFutureImpl
Packages that use IoWriteFutureImpl
-
Uses of IoWriteFutureImpl in org.apache.sshd.common.channel
Subclasses of IoWriteFutureImpl in org.apache.sshd.common.channelModifier and TypeClassDescriptionprotected static classMarker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean).Fields in org.apache.sshd.common.channel declared as IoWriteFutureImplModifier and TypeFieldDescriptionprotected 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 IoWriteFutureImplModifier and TypeFieldDescriptionprotected final AtomicReference<IoWriteFutureImpl> BufferedIoOutputStream.currentWriteprotected final Queue<IoWriteFutureImpl> BufferedIoOutputStream.writesMethods in org.apache.sshd.common.channel that return IoWriteFutureImplModifier and TypeMethodDescriptionprivate IoWriteFutureImplBufferedIoOutputStream.getWriteRequest()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 IoWriteFutureImplModifier and TypeMethodDescriptionprotected 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.