| Package | Description |
|---|---|
| org.apache.sshd.server.subsystem.sftp |
| Modifier and Type | Field and Description |
|---|---|
static SftpFileSystemAccessor |
SftpFileSystemAccessor.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
SftpFileSystemAccessor |
SftpSubsystemFactory.getFileSystemAccessor() |
SftpFileSystemAccessor |
SftpSubsystemEnvironment.getFileSystemAccessor() |
SftpFileSystemAccessor |
SftpFileSystemAccessorManager.getFileSystemAccessor() |
SftpFileSystemAccessor |
AbstractSftpSubsystemHelper.getFileSystemAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
SftpSubsystemFactory.setFileSystemAccessor(SftpFileSystemAccessor accessor) |
void |
SftpFileSystemAccessorManager.setFileSystemAccessor(SftpFileSystemAccessor accessor) |
SftpSubsystemFactory.Builder |
SftpSubsystemFactory.Builder.withFileSystemAccessor(SftpFileSystemAccessor accessor) |
| Constructor and Description |
|---|
AbstractSftpSubsystemHelper(UnsupportedAttributePolicy policy,
SftpFileSystemAccessor accessor,
SftpErrorStatusDataHandler handler) |
SftpSubsystem(org.apache.sshd.common.util.threads.CloseableExecutorService executorService,
UnsupportedAttributePolicy policy,
SftpFileSystemAccessor accessor,
SftpErrorStatusDataHandler errorStatusDataHandler) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.