Class SftpFileSystemAutomatic

java.lang.Object
java.nio.file.FileSystem
org.apache.sshd.common.file.util.BaseFileSystem<SftpPath>
org.apache.sshd.sftp.client.fs.SftpFileSystem
org.apache.sshd.sftp.client.fs.SftpFileSystemAutomatic
All Implemented Interfaces:
Closeable, AutoCloseable, ClientSessionHolder, SessionContextHolder, SessionHolder<ClientSession>

public class SftpFileSystemAutomatic extends SftpFileSystem
An SftpFileSystem that uses a provider function for its ClientSession so that it can continue to function even if a session was closed. The provider is supposed to create a new session if the current one is not open.
Author:
Apache MINA SSHD Project