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 |
AbstractSftpSubsystemHelper.getFileSystemAccessor() |
SftpFileSystemAccessor |
SftpSubsystemEnvironment.getFileSystemAccessor() |
SftpFileSystemAccessor |
SftpFileSystemAccessorManager.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(CloseableExecutorService executorService,
UnsupportedAttributePolicy policy,
SftpFileSystemAccessor accessor,
SftpErrorStatusDataHandler errorStatusDataHandler) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.