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