Class SftpFileSystemProvider.SessionProvider

java.lang.Object
org.apache.sshd.sftp.client.fs.SftpFileSystemProvider.SessionProvider
All Implemented Interfaces:
IOFunction<Boolean,ClientSession>
Enclosing class:
SftpFileSystemProvider

private class SftpFileSystemProvider.SessionProvider extends Object implements IOFunction<Boolean,ClientSession>
A session provider that automatically creates a new session if the current one is no longer open (or if there isn't one yet). It returns fully authenticated sessions.