Uses of Class
org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
Packages that use SftpSubsystem Package Description org.apache.sshd.server.subsystem.sftp -
-
Uses of SftpSubsystem in org.apache.sshd.server.subsystem.sftp
Fields in org.apache.sshd.server.subsystem.sftp declared as SftpSubsystem Modifier and Type Field Description private SftpSubsystem
Handle. sftpSubsystem
Methods in org.apache.sshd.server.subsystem.sftp that return SftpSubsystem Modifier and Type Method Description protected SftpSubsystem
Handle. getSubsystem()
Constructors in org.apache.sshd.server.subsystem.sftp with parameters of type SftpSubsystem Constructor Description DirectoryHandle(SftpSubsystem subsystem, java.nio.file.Path dir, java.lang.String handle)
FileHandle(SftpSubsystem subsystem, java.nio.file.Path file, java.lang.String handle, int flags, int access, java.util.Map<java.lang.String,java.lang.Object> attrs)
Handle(SftpSubsystem subsystem, java.nio.file.Path file, java.lang.String handle)
-