| Package | Description |
|---|---|
| org.apache.sshd.sftp.client.fs | |
| org.apache.sshd.sftp.client.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() |
AbstractSftpClient |
SftpInputStreamAsync.getClient() |
| 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) |