Uses of Class
org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Packages that use RemoteFileConfiguration Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of RemoteFileConfiguration in org.apache.camel.component.file.remote
Subclasses of RemoteFileConfiguration in org.apache.camel.component.file.remote Modifier and Type Class Description classFtpConfigurationFTP configurationclassFtpsConfigurationFTP Secure (FTP over SSL/TLS) configurationclassSftpConfigurationSecure FTP configurationMethods in org.apache.camel.component.file.remote that return RemoteFileConfiguration Modifier and Type Method Description RemoteFileConfigurationRemoteFileEndpoint. getConfiguration()Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration Modifier and Type Method Description booleanFtpOperations. connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange)booleanFtpsOperations. connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange)booleanRemoteFileOperations. connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange)Connects to the remote serverbooleanSftpOperations. connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange)protected com.jcraft.jsch.SessionSftpOperations. createSession(RemoteFileConfiguration configuration)protected booleanFtpOperations. doConnect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange)static voidFtpUtils. ensureRelativeFtpDirectory(org.apache.camel.Component ftpComponent, RemoteFileConfiguration configuration)Checks whether directory used in ftp/ftps/sftp endpoint URI is relative.Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration Constructor Description RemoteFileEndpoint(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)
-