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) |
Modifier and Type | Method and Description |
---|---|
default SftpFileSystem |
SftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider,
SftpFileSystemInitializationContext context,
ClientSession session,
SftpVersionSelector selector,
SftpErrorDataHandler errorDataHandler)
Invoked by the
SftpFileSystemProvider.newFileSystem(java.net.URI, Map) method in order to create the
SftpFileSystem once session has been authenticated. |
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) |
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 © 2008–2024 The Apache Software Foundation. All rights reserved.