Package | Description |
---|---|
org.apache.sshd.sftp.client.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSftpClient |
Modifier and Type | Method and Description |
---|---|
AbstractSftpClient |
SftpInputStreamAsync.getClient() |
AbstractSftpClient |
SftpOutputStreamAsync.getClient() |
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 © 2008–2024 The Apache Software Foundation. All rights reserved.