Package | Description |
---|---|
org.apache.sshd.client.subsystem.sftp | |
org.apache.sshd.client.subsystem.sftp.impl |
Modifier and Type | Field and Description |
---|---|
private SftpClientFactory |
SftpFileSystemProvider.factory |
private SftpClientFactory |
SftpFileSystem.factory |
Modifier and Type | Method and Description |
---|---|
static SftpClientFactory |
SftpClientFactory.instance() |
Constructor and Description |
---|
SftpFileSystem(SftpFileSystemProvider provider,
java.lang.String id,
ClientSession session,
SftpClientFactory factory,
SftpVersionSelector selector) |
SftpFileSystemProvider(SshClient client,
SftpClientFactory factory,
SftpVersionSelector selector) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSftpClientFactory
TODO Add javadoc
|
Modifier and Type | Field and Description |
---|---|
private SftpClientFactory |
SimpleSftpClientImpl.sftpClientFactory |
Modifier and Type | Method and Description |
---|---|
SftpClientFactory |
SimpleSftpClientImpl.getSftpClientFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleSftpClientImpl.setSftpClientFactory(SftpClientFactory sftpClientFactory) |
Constructor and Description |
---|
SimpleSftpClientImpl(SimpleClient client,
SftpClientFactory sftpClientFactory) |