Uses of Interface
org.springframework.integration.file.remote.ClientCallback
Package
Description
Base package for supporting remote files.
Provides classes supporting FTP sessions.
Provides classes supporting SFTP sessions.
-
Uses of ClientCallback in org.springframework.integration.file.remote
Modifier and TypeInterfaceDescriptioninterface
RemoteFileTemplate
callback with the underlying client instance providing access to lower level methods where no result is returned.Modifier and TypeMethodDescription<T,
C> T RemoteFileOperations.executeWithClient
(ClientCallback<C, T> callback) Execute the callback's doWithClient method after obtaining a session's client, providing access to low level methods.<T,
C> T RemoteFileTemplate.executeWithClient
(ClientCallback<C, T> callback) -
Uses of ClientCallback in org.springframework.integration.ftp.session
Modifier and TypeMethodDescriptionprotected <T> T
FtpRemoteFileTemplate.doExecuteWithClient
(ClientCallback<org.apache.commons.net.ftp.FTPClient, T> callback) <T,
C> T FtpRemoteFileTemplate.executeWithClient
(ClientCallback<C, T> callback) -
Uses of ClientCallback in org.springframework.integration.sftp.session
Modifier and TypeMethodDescriptionprotected <T> T
SftpRemoteFileTemplate.doExecuteWithClient
(ClientCallback<org.apache.sshd.sftp.client.SftpClient, T> callback) <T,
C> T SftpRemoteFileTemplate.executeWithClient
(ClientCallback<C, T> callback)