Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.sftp |
Modifier and Type | Method and Description |
---|---|
static SftpClient.OpenMode |
SftpClient.OpenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpClient.OpenMode[] |
SftpClient.OpenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SftpClient.Handle |
SftpClient.open(String path,
EnumSet<SftpClient.OpenMode> options) |
Modifier and Type | Method and Description |
---|---|
SftpClient.Handle |
DefaultSftpClient.open(String path,
EnumSet<SftpClient.OpenMode> options) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.