Package | Description |
---|---|
org.apache.sshd.server.subsystem.sftp |
Modifier and Type | Field and Description |
---|---|
static UnsupportedAttributePolicy |
SftpSubsystemFactory.DEFAULT_POLICY |
private UnsupportedAttributePolicy |
SftpSubsystemFactory.policy |
private UnsupportedAttributePolicy |
SftpSubsystemFactory.Builder.policy |
private UnsupportedAttributePolicy |
AbstractSftpSubsystemHelper.unsupportedAttributePolicy |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<UnsupportedAttributePolicy> |
UnsupportedAttributePolicy.VALUES |
Modifier and Type | Method and Description |
---|---|
UnsupportedAttributePolicy |
SftpSubsystemEnvironment.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
SftpSubsystemFactory.getUnsupportedAttributePolicy() |
UnsupportedAttributePolicy |
AbstractSftpSubsystemHelper.getUnsupportedAttributePolicy() |
static UnsupportedAttributePolicy |
UnsupportedAttributePolicy.valueOf(java.lang.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(java.util.concurrent.ExecutorService executorService,
boolean shutdownOnExit,
UnsupportedAttributePolicy policy,
SftpFileSystemAccessor accessor,
SftpErrorStatusDataHandler errorStatusDataHandler) |