Uses of Class
org.apache.sshd.sftp.server.SftpSubsystem
-
Packages that use SftpSubsystem Package Description org.apache.sshd.sftp.server -
-
Uses of SftpSubsystem in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as SftpSubsystem Modifier and Type Field Description private SftpSubsystem
Handle. sftpSubsystem
Methods in org.apache.sshd.sftp.server that return SftpSubsystem Modifier and Type Method Description protected SftpSubsystem
Handle. getSubsystem()
Constructors in org.apache.sshd.sftp.server 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)
-