| Package | Description |
|---|---|
| org.apache.sshd.sftp.server |
| 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 |
SftpUnsupportedAttributePolicyProvider.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
SftpSubsystemFactory.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
AbstractSftpSubsystemHelper.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) |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.