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

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

Introduction

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

Usage

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

/**
 * Implementation of {@link Session} for FTP.
 * 
 * @author Mark Fisher
 * @author Oleg Zhurakousky
 * @author Gary Russell

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

/**
 * Default SFTP {@link Session} implementation. Wraps a JSCH session instance.
 *
 * @author Josh Long
 * @author Mario Gray
 * @author Mark Fisher

From source file org.springframework.cloud.gcp.storage.integration.GcsSession.java

/**
 * A session implementation for Google Cloud Storage.
 *
 * @author Joo Andr Martins
 * @author Chengyuan Zhao
 */

From source file org.springframework.integration.aws.support.S3Session.java

/**
 * An Amazon S3 {@link Session} implementation.
 *
 * @author Artem Bilan
 */
public class S3Session implements Session<S3ObjectSummary> {

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

/**
 * Implementation of the {@link Session} interface for Server Message Block (SMB)
 * also known as Common Internet File System (CIFS). The Samba project set out to
 * create non-Windows implementations of SMB. Often Samba is thus used synonymously to SMB.
 *
 * SMB is an application-layer network protocol that manages shared access to files, printers