Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Field and Description |
---|---|
static SftpErrorStatusDataHandler |
SftpErrorStatusDataHandler.DEFAULT |
Modifier and Type | Method and Description |
---|---|
SftpErrorStatusDataHandler |
SftpSubsystemFactory.getErrorStatusDataHandler() |
SftpErrorStatusDataHandler |
AbstractSftpSubsystemHelper.getErrorStatusDataHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystemFactory.setErrorStatusDataHandler(SftpErrorStatusDataHandler handler) |
SftpSubsystemFactory.Builder |
SftpSubsystemFactory.Builder.withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler handler) |
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.