Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Field and Description |
---|---|
private SftpSubsystem |
Handle.sftpSubsystem |
Modifier and Type | Method and Description |
---|---|
protected SftpSubsystem |
Handle.getSubsystem() |
Constructor and 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) |