| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSftpClient |
| Modifier and Type | Method and Description |
|---|---|
AbstractSftpClient |
SftpInputStreamAsync.getClient()
The client instance
|
AbstractSftpClient |
SftpOutputStreamAsync.getClient()
The client instance
|
| Constructor and Description |
|---|
SftpInputStreamAsync(AbstractSftpClient client,
int bufferSize,
long clientOffset,
long fileSize,
String path,
SftpClient.CloseableHandle handle) |
SftpInputStreamAsync(AbstractSftpClient client,
int bufferSize,
String path,
Collection<SftpClient.OpenMode> mode) |
SftpOutputStreamAsync(AbstractSftpClient client,
int bufferSize,
String path,
Collection<SftpClient.OpenMode> mode) |
SftpOutputStreamAsync(AbstractSftpClient client,
int bufferSize,
String path,
SftpClient.CloseableHandle handle) |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.