インターフェースの使用
org.springframework.integration.file.remote.ClientCallback
パッケージ
説明
リモートファイルをサポートするための基本パッケージ。
FTP セッションをサポートするクラスを提供します。
SFTP セッションをサポートするクラスを提供します。
org.springframework.integration.file.remote 内の ClientCallback 使用
修飾子と型インターフェース説明interface
結果が返されない下位レベルのメソッドへのアクセスを提供する、基になるクライアントインスタンスを使用したRemoteFileTemplate
コールバック。修飾子と型メソッド説明<T,
C> T RemoteFileOperations.executeWithClient
(ClientCallback<C, T> callback) セッションのクライアントを取得した後、コールバックの doWithClient メソッドを実行し、低レベルメソッドへのアクセスを提供します。<T,
C> T RemoteFileTemplate.executeWithClient
(ClientCallback<C, T> callback) org.springframework.integration.ftp.session 内の ClientCallback 使用
修飾子と型メソッド説明protected <T> T
FtpRemoteFileTemplate.doExecuteWithClient
(ClientCallback<org.apache.commons.net.ftp.FTPClient, T> callback) <T,
C> T FtpRemoteFileTemplate.executeWithClient
(ClientCallback<C, T> callback) org.springframework.integration.sftp.session 内の ClientCallback 使用
修飾子と型メソッド説明protected <T> T
SftpRemoteFileTemplate.doExecuteWithClient
(ClientCallback<org.apache.sshd.sftp.client.SftpClient, T> callback) <T,
C> T SftpRemoteFileTemplate.executeWithClient
(ClientCallback<C, T> callback)