| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.sftp |
| Modifier and Type | Method and Description |
|---|---|
static SftpClient.OpenMode |
SftpClient.OpenMode.valueOf(java.lang.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(java.lang.String path,
java.util.EnumSet<SftpClient.OpenMode> options) |
| Modifier and Type | Method and Description |
|---|---|
SftpClient.Handle |
DefaultSftpClient.open(java.lang.String path,
java.util.EnumSet<SftpClient.OpenMode> options) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.