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 SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, int version) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, int readBufferSize, int writeBufferSize) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, int version, int readBufferSize, int writeBufferSize) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector) default SftpFileSystemSftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize) SftpClientFactory.createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize) -
Uses of SftpFileSystem in org.apache.sshd.sftp.client.fs
Subclasses of SftpFileSystem in org.apache.sshd.sftp.client.fsModifier and TypeClassDescriptionclassAnSftpFileSystemthat uses a provider function for itsClientSessionso that it can continue to function even if a session was closed.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.fileSystemsMethods in org.apache.sshd.sftp.client.fs that return SftpFileSystemModifier and TypeMethodDescriptiondefault SftpFileSystemSftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) Deprecated.since 2.10.1default SftpFileSystemSftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, IOFunction<Boolean, ClientSession> sessionProvider, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to create theSftpFileSystemonce session has been authenticated.final SftpFileSystemSftpFileStore.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 TypeMethodDescriptionbooleanSftpFileSystemProvider.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, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize) Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpFileSystemModifierConstructorDescriptionSftpPathImpl(SftpFileSystem fileSystem, String root, List<String> names)