Uses of Interface
org.apache.sshd.sftp.server.SftpSubsystemEnvironment
-
Packages that use SftpSubsystemEnvironment Package Description org.apache.sshd.sftp.server -
-
Uses of SftpSubsystemEnvironment in org.apache.sshd.sftp.server
Subinterfaces of SftpSubsystemEnvironment in org.apache.sshd.sftp.server Modifier and Type Interface Description interface
SftpSubsystemProxy
Classes in org.apache.sshd.sftp.server that implement SftpSubsystemEnvironment Modifier and Type Class Description class
AbstractSftpSubsystemHelper
class
SftpSubsystem
SFTP subsystemMethods in org.apache.sshd.sftp.server with parameters of type SftpSubsystemEnvironment Modifier and Type Method Description default String
SftpErrorStatusDataHandler. resolveErrorLanguage(SftpSubsystemEnvironment sftpSubsystem, int id, Throwable e, int subStatus, int cmd, Object... args)
default String
SftpErrorStatusDataHandler. resolveErrorMessage(SftpSubsystemEnvironment sftpSubsystem, int id, Throwable e, int subStatus, int cmd, Object... args)
default int
SftpErrorStatusDataHandler. resolveSubStatus(SftpSubsystemEnvironment sftpSubsystem, int id, Throwable e, int cmd, Object... args)
-