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 void
AbstractSftpClientExtension. 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 (package private) static SftpStatus
SftpStatus. parse(Buffer buffer)
static SftpStatus
SftpStatus. parse(SftpResponse response)
Methods in org.apache.sshd.sftp.client.impl with parameters of type SftpStatus Modifier and Type Method Description protected void
AbstractSftpClient. checkResponseStatus(int cmd, int id, SftpStatus status)
protected void
AbstractSftpClient. throwStatusException(int cmd, int id, SftpStatus status)
-