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 | Field and Description |
---|---|
private SftpFileSystem |
SftpFileStore.fs |
Modifier and Type | Field and Description |
---|---|
private java.util.NavigableMap<java.lang.String,SftpFileSystem> |
SftpFileSystemProvider.fileSystems |
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(java.lang.String id) |
SftpFileSystem |
SftpFileSystemProvider.newFileSystem(ClientSession session) |
SftpFileSystem |
SftpFileSystemProvider.newFileSystem(java.net.URI uri,
java.util.Map<java.lang.String,?> env) |
SftpFileSystem |
SftpFileSystemProvider.removeFileSystem(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
SftpFileSystemProvider.isSupportedFileAttributeView(SftpFileSystem fs,
java.lang.Class<? extends java.nio.file.attribute.FileAttributeView> type) |
Constructor and Description |
---|
SftpFileStore(java.lang.String name,
SftpFileSystem fs) |
SftpFileSystemChannel(java.lang.String remotePath,
SftpFileSystem fs,
java.util.Collection<SftpClient.OpenMode> modes) |
SftpPath(SftpFileSystem fileSystem,
java.lang.String root,
java.util.List<java.lang.String> names) |
Modifier and Type | Method and Description |
---|---|
SftpFileSystem |
DefaultSftpClientFactory.createSftpFileSystem(ClientSession session,
SftpVersionSelector selector,
int readBufferSize,
int writeBufferSize) |