Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Field and Description |
---|---|
static SftpFileSystemAccessor |
SftpFileSystemAccessor.DEFAULT |
private SftpFileSystemAccessor |
SftpSubsystemFactory.fileSystemAccessor |
private SftpFileSystemAccessor |
SftpSubsystemFactory.Builder.fileSystemAccessor |
private SftpFileSystemAccessor |
AbstractSftpSubsystemHelper.fileSystemAccessor |
Modifier and Type | Method and Description |
---|---|
SftpFileSystemAccessor |
SftpSubsystemEnvironment.getFileSystemAccessor() |
SftpFileSystemAccessor |
SftpSubsystemFactory.getFileSystemAccessor() |
SftpFileSystemAccessor |
AbstractSftpSubsystemHelper.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) |