Uses of Class
org.apache.sshd.sftp.client.impl.SftpAckData
Packages that use SftpAckData
-
Uses of SftpAckData in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl with type parameters of type SftpAckDataModifier and TypeFieldDescriptionprotected final Deque<SftpAckData> SftpOutputStreamAsync.pendingAcksprotected final Deque<SftpAckData> SftpInputStreamAsync.pendingReadsMethods in org.apache.sshd.sftp.client.impl with parameters of type SftpAckDataModifier and TypeMethodDescriptionprotected org.apache.sshd.common.util.buffer.BufferAbstractSftpClient.checkDataResponse(SftpAckData ack, SftpResponse response, AtomicReference<Boolean> eofSignalled) Processes a response to an SSH_FXP_READ request.protected voidSftpInputStreamAsync.pollBuffer(SftpAckData ack)