Package org.springframework.integration.sftp

Interface Summary
SftpSessionPool Holds instances of SftpSession since they are stateful and might be in use while another operation runs.
 

Class Summary
QueuedSftpSessionPool This approach - of having a SessionPool (SftpSessionPool) that has an implementation of Queued*SessionPool (QueuedSftpSessionPool) - was taken almost directly from the Spring Integration FTP adapter.
SftpEntryNamer Stratgy for naming a ChannelSftp.LsEntry instance.
SftpHeaders  
SftpSendingMessageHandler Sends message payloads to a remote SFTP endpoint.
SftpSession There are many ways to create a SftpSession just as there are many ways to SSH into a remote system.
SftpSessionFactory Factory for creating SftpSession instances.