Package org.springframework.integration.file.remote.session

Interface Summary
Session<T> Common abstraction for a Session with a remote File system.
SessionFactory<F> Factory for acquiring Session instances.
 

Class Summary
CachingSessionFactory<F> A SessionFactory implementation that caches Sessions for reuse without requiring reconnection each time the Session is retrieved from the factory.