Package | Description |
---|---|
org.apache.sshd.sftp.server |
Modifier and Type | Interface and Description |
---|---|
interface |
SftpSubsystemProxy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpSubsystemHelper |
class |
SftpSubsystem
SFTP subsystem
|
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
SftpErrorStatusDataHandler.resolveErrorLanguage(SftpSubsystemEnvironment sftpSubsystem,
int id,
java.lang.Throwable e,
int subStatus,
int cmd,
java.lang.Object... args) |
default java.lang.String |
SftpErrorStatusDataHandler.resolveErrorMessage(SftpSubsystemEnvironment sftpSubsystem,
int id,
java.lang.Throwable e,
int subStatus,
int cmd,
java.lang.Object... args) |
default int |
SftpErrorStatusDataHandler.resolveSubStatus(SftpSubsystemEnvironment sftpSubsystem,
int id,
java.lang.Throwable e,
int cmd,
java.lang.Object... args) |