| Package | Description |
|---|---|
| org.apache.sshd.sftp.client | |
| org.apache.sshd.sftp.client.fs | |
| org.apache.sshd.sftp.client.impl |
| Modifier and Type | Field and Description |
|---|---|
static SftpErrorDataHandler |
SftpErrorDataHandler.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
default SftpClient |
SftpClientFactory.createSftpClient(ClientSession session,
SftpErrorDataHandler errorDataHandler)
Create an SFTP client from this session.
|
SftpClient |
SftpClientFactory.createSftpClient(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler,
int readBufferSize,
int writeBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
SftpErrorDataHandler |
SftpFileSystem.getSftpErrorDataHandler() |
SftpErrorDataHandler |
SftpFileSystemProvider.getSftpErrorDataHandler() |
protected SftpErrorDataHandler |
SftpFileSystemProvider.resolveSftpErrorDataHandler(URI uri,
SftpErrorDataHandler errorHandler,
PropertyResolver resolver) |
| Constructor and Description |
|---|
SftpFileSystem(SftpFileSystemProvider provider,
String id,
ClientSession session,
SftpClientFactory factory,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpFileSystem(SftpFileSystemProvider provider,
String id,
SftpClientFactory factory,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpFileSystemAutomatic(SftpFileSystemProvider provider,
String id,
org.apache.sshd.common.util.io.functors.IOFunction<Boolean,ClientSession> sessionProvider,
SftpClientFactory factory,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpFileSystemProvider(SshClient client,
SftpClientFactory factory,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpFileSystemProvider(SshClient client,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
| Modifier and Type | Field and Description |
|---|---|
protected SftpErrorDataHandler |
AbstractSftpClient.errorDataHandler |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSftpClient |
DefaultSftpClientFactory.createDefaultSftpClient(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpClient |
DefaultSftpClientFactory.createSftpClient(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler) |
SftpFileSystem |
DefaultSftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler,
int readBufferSize,
int writeBufferSize) |
| Constructor and Description |
|---|
AbstractSftpClient(SftpErrorDataHandler delegateHandler) |
DefaultSftpClient(ClientSession clientSession,
SftpVersionSelector initialVersionSelector,
SftpErrorDataHandler errorDataHandler) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.