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
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, Path dir, String handle)
FileHandle(SftpSubsystem subsystem, Path file, String handle, int flags, int access, Map<String,Object> attrs)
Handle(SftpSubsystem subsystem, Path file, String handle)
-