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