Uses of Interface
org.apache.sshd.server.subsystem.sftp.SftpSubsystemEnvironment
-
Packages that use SftpSubsystemEnvironment Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of SftpSubsystemEnvironment in org.apache.sshd.server.subsystem.sftp
Classes in org.apache.sshd.server.subsystem.sftp that implement SftpSubsystemEnvironment Modifier and Type Class Description class
AbstractSftpSubsystemHelper
class
SftpSubsystem
SFTP subsystemMethods in org.apache.sshd.server.subsystem.sftp with parameters of type SftpSubsystemEnvironment Modifier and Type Method 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)
-