Example usage for org.springframework.integration.file.remote.session SessionFactory interface-usage

List of usage examples for org.springframework.integration.file.remote.session SessionFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.file.remote.session SessionFactory interface-usage.

Usage

From source file org.springframework.integration.smb.session.SmbSessionFactory.java

/**
 * The SMB session factory.
 *
 * @author Markus Spann
 * @since 1.0
 */

From source file org.springframework.integration.file.remote.session.CachingSessionFactory.java

/**
 * A {@link SessionFactory} implementation that caches Sessions for reuse without
 * requiring reconnection each time the Session is retrieved from the factory.
 * This implementation wraps and delegates to a target SessionFactory instance.
 *
 * @author Josh Long

From source file org.springframework.integration.ftp.session.AbstractFtpSessionFactory.java

/**
 * Base class for FTP SessionFactory implementations.
 *
 * @author Iwein Fuld
 * @author Mark Fisher
 * @author Oleg Zhurakousky

From source file org.springframework.integration.sftp.session.DefaultSftpSessionFactory.java

/**
 * Factory for creating {@link SftpSession} instances.
 *
 * @author Josh Long
 * @author Mario Gray
 * @author Oleg Zhurakousky