| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Method and Description |
|---|---|
SftpClient |
ClientSessionImpl.createSftpClient(SftpVersionSelector selector) |
SftpClient |
ClientSession.createSftpClient(SftpVersionSelector selector) |
FileSystem |
ClientSessionImpl.createSftpFileSystem(SftpVersionSelector selector) |
FileSystem |
ClientSession.createSftpFileSystem(SftpVersionSelector selector) |
FileSystem |
ClientSessionImpl.createSftpFileSystem(SftpVersionSelector selector,
int readBufferSize,
int writeBufferSize) |
FileSystem |
ClientSession.createSftpFileSystem(SftpVersionSelector selector,
int readBufferSize,
int writeBufferSize) |
| Modifier and Type | Field and Description |
|---|---|
static SftpVersionSelector |
SftpVersionSelector.CURRENT
An
SftpVersionSelector that returns the current version |
| Modifier and Type | Method and Description |
|---|---|
SftpVersionSelector |
SftpFileSystemProvider.getSftpVersionSelector() |
SftpVersionSelector |
SftpFileSystem.getSftpVersionSelector() |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultSftpClient.negotiateVersion(SftpVersionSelector selector) |
| Constructor and Description |
|---|
SftpFileSystem(SftpFileSystemProvider provider,
String id,
ClientSession session,
SftpVersionSelector selector) |
SftpFileSystemProvider(SftpVersionSelector selector) |
SftpFileSystemProvider(SshClient client,
SftpVersionSelector selector) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.