org.springframework.integration.file.remote.session
Interface SessionFactory

All Known Implementing Classes:
AbstractFtpSessionFactory, CachingSessionFactory, DefaultFtpSessionFactory, DefaultFtpsSessionFactory, DefaultSftpSessionFactory

public interface SessionFactory

Factory for acquiring Session instances.

Since:
2.0

Method Summary
 Session getSession()
           
 

Method Detail

getSession

Session getSession()