Uses of Class
org.apache.sshd.sftp.client.fs.SftpFileSystem
Packages that use SftpFileSystem
Package
Description
-
Uses of SftpFileSystem in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpFileSystemModifier and TypeMethodDescriptiondefault 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) SftpClientFactory.createSftpFileSystem
(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize) -
Uses of SftpFileSystem in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as SftpFileSystemFields in org.apache.sshd.sftp.client.fs with type parameters of type SftpFileSystemModifier and TypeFieldDescriptionprivate final NavigableMap<String,
SftpFileSystem> SftpFileSystemProvider.fileSystems
Methods in org.apache.sshd.sftp.client.fs that return SftpFileSystemModifier and TypeMethodDescriptiondefault SftpFileSystem
SftpFileSystemClientSessionInitializer.createSftpFileSystem
(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector) Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)
method in order to create theSftpFileSystem
once session has been authenticated.final SftpFileSystem
SftpFileStore.getFileSystem()
SftpFileSystemProvider.getFileSystem
(String id) SftpFileSystemProvider.newFileSystem
(URI uri, Map<String, ?> env) SftpFileSystemProvider.newFileSystem
(ClientSession session) SftpFileSystemProvider.removeFileSystem
(String id) Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystemModifier and TypeMethodDescriptionboolean
SftpFileSystemProvider.isSupportedFileAttributeView
(SftpFileSystem fs, Class<? extends FileAttributeView> type) Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystemModifierConstructorDescriptionSftpFileStore
(String name, SftpFileSystem fs) SftpPath
(SftpFileSystem fileSystem, String root, List<String> names) -
Uses of SftpFileSystem in org.apache.sshd.sftp.client.impl
Methods in org.apache.sshd.sftp.client.impl that return SftpFileSystemModifier and TypeMethodDescriptionDefaultSftpClientFactory.createSftpFileSystem
(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize)