Uses of Class
org.apache.sshd.sftp.client.impl.SftpStatus
-
Packages that use SftpStatus Package Description org.apache.sshd.sftp.client.extensions.helpers org.apache.sshd.sftp.client.impl -
-
Uses of SftpStatus in org.apache.sshd.sftp.client.extensions.helpers
Methods in org.apache.sshd.sftp.client.extensions.helpers with parameters of type SftpStatus Modifier and Type Method Description protected voidAbstractSftpClientExtension. throwStatusException(int id, SftpStatus status) -
Uses of SftpStatus in org.apache.sshd.sftp.client.impl
Methods in org.apache.sshd.sftp.client.impl that return SftpStatus Modifier and Type Method Description static SftpStatusSftpStatus. parse(SftpResponse response)Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpStatus Modifier and Type Method Description protected voidAbstractSftpClient. checkResponseStatus(int cmd, int id, SftpStatus status)protected voidAbstractSftpClient. throwStatusException(int cmd, int id, SftpStatus status)
-