| Package | Description |
|---|---|
| org.apache.sshd.server.subsystem.sftp |
| Modifier and Type | Field and Description |
|---|---|
static UnsupportedAttributePolicy |
SftpSubsystemFactory.DEFAULT_POLICY |
protected UnsupportedAttributePolicy |
SftpSubsystem.unsupportedAttributePolicy |
| Modifier and Type | Field and Description |
|---|---|
static Set<UnsupportedAttributePolicy> |
UnsupportedAttributePolicy.VALUES |
| Modifier and Type | Method and Description |
|---|---|
UnsupportedAttributePolicy |
SftpSubsystemFactory.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
SftpSubsystem.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 |
|---|
SftpSubsystem(ExecutorService executorService,
boolean shutdownOnExit,
UnsupportedAttributePolicy policy,
SftpFileSystemAccessor accessor) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.