Package org.springframework.integration.file.remote.session
Provides classes supporting remote file sessions.
-
Interface Summary Interface Description Session<F> Common abstraction for a Session with a remote File system.SessionFactory<F> Factory for acquiringSession
instances.SessionFactoryLocator<F> A factory returning aSessionFactory
based on some key.SharedSessionCapable ASessionFactory
that implements this interface is capable of supporting a shared session. -
Class Summary Class Description CachingSessionFactory<F> ASessionFactory
implementation that caches Sessions for reuse without requiring reconnection each time the Session is retrieved from the factory.DefaultSessionFactoryLocator<F> The default implementation ofSessionFactoryLocator
using a simple map lookup and an optional default to fall back on.DelegatingSessionFactory<F> SessionFactoryMapBuilder<T> AMapBuilder
to producer a map that maps objects toSessionFactory
s.