Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Field and Description |
---|---|
static UnsupportedAttributePolicy |
SftpSubsystemFactory.DEFAULT_POLICY |
Modifier and Type | Field and Description |
---|---|
static Set<UnsupportedAttributePolicy> |
UnsupportedAttributePolicy.VALUES |
Modifier and Type | Method and Description |
---|---|
UnsupportedAttributePolicy |
SftpSubsystemFactory.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
AbstractSftpSubsystemHelper.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
SftpSubsystemEnvironment.getUnsupportedAttributePolicy() |
static UnsupportedAttributePolicy |
UnsupportedAttributePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnsupportedAttributePolicy[] |
UnsupportedAttributePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SftpSubsystemFactory.setUnsupportedAttributePolicy(UnsupportedAttributePolicy p) |
SftpSubsystemFactory.Builder |
SftpSubsystemFactory.Builder.withUnsupportedAttributePolicy(UnsupportedAttributePolicy p) |
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.