| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp.fs | |
| org.apache.sshd.client.subsystem.sftp.impl |
| Modifier and Type | Class and Description |
|---|---|
private class |
SftpFileSystem.Wrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSftpClient |
| Modifier and Type | Field and Description |
|---|---|
private AbstractSftpClient |
SftpOutputStreamAsync.clientInstance |
private AbstractSftpClient |
SftpInputStreamAsync.clientInstance |
| Modifier and Type | Method and Description |
|---|---|
AbstractSftpClient |
SftpOutputStreamAsync.getClient()
The client instance
|
AbstractSftpClient |
SftpInputStreamAsync.getClient()
The client instance
|
| Constructor and Description |
|---|
SftpInputStreamAsync(AbstractSftpClient client,
int bufferSize,
long clientOffset,
long fileSize,
java.lang.String path,
SftpClient.CloseableHandle handle) |
SftpInputStreamAsync(AbstractSftpClient client,
int bufferSize,
java.lang.String path,
java.util.Collection<SftpClient.OpenMode> mode) |
SftpOutputStreamAsync(AbstractSftpClient client,
int bufferSize,
java.lang.String path,
java.util.Collection<SftpClient.OpenMode> mode) |
SftpOutputStreamAsync(AbstractSftpClient client,
int bufferSize,
java.lang.String path,
SftpClient.CloseableHandle handle) |