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.pendingAcks
protected final Deque
<SftpAckData> SftpInputStreamAsync.pendingReads
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpAckDataModifier and TypeMethodDescriptionprotected Buffer
AbstractSftpClient.checkDataResponse
(SftpAckData ack, SftpResponse response, AtomicReference<Boolean> eofSignalled) Processes a response to an SSH_FXP_READ request.protected void
SftpInputStreamAsync.pollBuffer
(SftpAckData ack)