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 classAbstractSftpSubsystemHelperclassSftpSubsystemSFTP subsystemMethods in org.apache.sshd.server.subsystem.sftp with parameters of type SftpSubsystemEnvironment Modifier and Type Method Description default java.lang.StringSftpErrorStatusDataHandler. resolveErrorLanguage(SftpSubsystemEnvironment sftpSubsystem, int id, java.lang.Throwable e, int subStatus, int cmd, java.lang.Object... args)default java.lang.StringSftpErrorStatusDataHandler. resolveErrorMessage(SftpSubsystemEnvironment sftpSubsystem, int id, java.lang.Throwable e, int subStatus, int cmd, java.lang.Object... args)default intSftpErrorStatusDataHandler. resolveSubStatus(SftpSubsystemEnvironment sftpSubsystem, int id, java.lang.Throwable e, int cmd, java.lang.Object... args)
-