Class SpringSftpSession

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.sftp.spring.integration.SpringSftpSession
All Implemented Interfaces:
Closeable, AutoCloseable, org.springframework.integration.file.remote.session.Session<SftpClient.DirEntry>

public class SpringSftpSession extends org.apache.sshd.common.util.logging.AbstractLoggingBean implements org.springframework.integration.file.remote.session.Session<SftpClient.DirEntry>
Implements the Spring session for the SFTP client
Author:
Apache MINA SSHD Project