クラス SftpInboundFileSynchronizer

java.lang.ObjectSE
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry>
org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizer
実装されたすべてのインターフェース:
CloseableSEAutoCloseableSEAwareBeanFactoryAwareBeanNameAwareInitializingBeanInboundFileSynchronizer

public class SftpInboundFileSynchronizer extends AbstractInboundFileSynchronizer<org.apache.sshd.sftp.client.SftpClient.DirEntry>
リモート SFTP ディレクトリとローカルマウント間の同期を処理します。
導入:
2.0
作成者:
Josh Long, Oleg Zhurakousky, Mark Fisher, Artem Bilan
  • コンストラクターの詳細

    • SftpInboundFileSynchronizer

      public SftpInboundFileSynchronizer(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory)
      Session インスタンスの取得に使用される SessionFactory を使用してシンクロナイザーを作成します。
      パラメーター:
      sessionFactory - セッションファクトリ。
  • メソッドの詳細