Package | Description |
---|---|
org.apache.sshd.client.subsystem.sftp | |
org.apache.sshd.client.subsystem.sftp.fs | |
org.apache.sshd.client.subsystem.sftp.impl |
Modifier and Type | Method and Description |
---|---|
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
int version) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
int readBufferSize,
int writeBufferSize) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
int version,
int readBufferSize,
int writeBufferSize) |
default SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector) |
SftpFileSystem |
SftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
int readBufferSize,
int writeBufferSize) |
Modifier and Type | Method and Description |
---|---|
default SftpFileSystem |
SftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider,
SftpFileSystemInitializationContext context,
ClientSession session,
SftpVersionSelector selector)
Invoked by the
SftpFileSystemProvider.newFileSystem(java.net.URI, Map) method
in order to create the SftpFileSystem once session has been authenticated. |
SftpFileSystem |
SftpFileStore.getFileSystem() |
SftpFileSystem |
SftpFileSystemProvider.getFileSystem(String id) |
SftpFileSystem |
SftpFileSystemProvider.newFileSystem(ClientSession session) |
SftpFileSystem |
SftpFileSystemProvider.newFileSystem(URI uri,
Map<String,?> env) |
SftpFileSystem |
SftpFileSystemProvider.removeFileSystem(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
SftpFileSystemProvider.isSupportedFileAttributeView(SftpFileSystem fs,
Class<? extends FileAttributeView> type) |
Constructor and Description |
---|
SftpFileStore(String name,
SftpFileSystem fs) |
SftpFileSystemChannel(String remotePath,
SftpFileSystem fs,
Collection<SftpClient.OpenMode> modes) |
SftpPath(SftpFileSystem fileSystem,
String root,
List<String> names) |
Modifier and Type | Method and Description |
---|---|
SftpFileSystem |
DefaultSftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
int readBufferSize,
int writeBufferSize) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.