Uses of Class
org.apache.sshd.sftp.client.impl.SftpAckData
-
Packages that use SftpAckData Package Description org.apache.sshd.sftp.client.impl -
-
Uses of SftpAckData in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl with type parameters of type SftpAckData Modifier and Type Field Description protected java.util.Deque<SftpAckData>
SftpInputStreamAsync. pendingReads
protected java.util.Deque<SftpAckData>
SftpOutputStreamAsync. pendingWrites
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpAckData Modifier and Type Method Description protected void
SftpInputStreamAsync. pollBuffer(SftpAckData ack)
-