Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- acquireExclusiveReadLock(GenericFileOperations<ChannelSftp.LsEntry>, GenericFile<ChannelSftp.LsEntry>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- acquireExclusiveReadLock(GenericFileOperations<FTPFile>, GenericFile<FTPFile>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- afterPropertiesSet() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Validates this endpoint if its configured properly.
- afterPropertiesSet(GenericFileEndpoint<SftpRemoteFile>) - Method in class org.apache.camel.component.file.remote.SftpComponent
- afterPropertiesSet(GenericFileEndpoint<FTPFile>) - Method in class org.apache.camel.component.file.remote.FtpComponent
- Auto - Enum constant in enum class org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
B
- buildConsumer(Processor) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- buildConsumer(Processor) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Remote File Endpoints, impl this method to create a custom consumer specific to their "protocol" etc.
- buildConsumer(Processor) - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- buildDirectory(String, boolean) - Method in class org.apache.camel.component.file.remote.FtpOperations
- buildDirectory(String, boolean) - Method in class org.apache.camel.component.file.remote.SftpOperations
- buildFileEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.file.remote.FtpComponent
- buildFileEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.file.remote.FtpsComponent
- buildFileEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.file.remote.SftpComponent
- buildProducer() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- buildProducer() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Remote File Endpoints, impl this method to create a custom producer specific to their "protocol" etc.
- buildProducer() - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.file.remote.SftpEndpointUriFactory
- bytesTransferred(long, int, long) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- bytesTransferred(CopyStreamEvent) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
C
- CamelFTPParserFactory - Class in org.apache.camel.component.file.remote
-
commons-net DefaultFTPFileEntryParserFactory uses Class.forName, and fails to load custom ParserFactories in various runtimes such as OSGi.
- CamelFTPParserFactory(ClassResolver) - Constructor for class org.apache.camel.component.file.remote.CamelFTPParserFactory
- changeCurrentDirectory(String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- changeCurrentDirectory(String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- changeToParentDirectory() - Method in class org.apache.camel.component.file.remote.FtpOperations
- changeToParentDirectory() - Method in class org.apache.camel.component.file.remote.SftpOperations
- client - Variable in class org.apache.camel.component.file.remote.FtpOperations
- clientActivityListener - Variable in class org.apache.camel.component.file.remote.FtpOperations
- clientConfig - Variable in class org.apache.camel.component.file.remote.FtpOperations
- compactPath(String) - Static method in class org.apache.camel.component.file.remote.FtpUtils
-
Compacts a path by stacking it and reducing .., and uses OS specific file separators (eg
File.separator
). - configuration - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- configuration - Variable in class org.apache.camel.component.file.remote.FtpsEndpoint
- configuration - Variable in class org.apache.camel.component.file.remote.SftpEndpoint
- configure(URI) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.file.remote.FtpComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpointConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.file.remote.FtpsComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.file.remote.FtpsEndpointConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.file.remote.SftpComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.file.remote.SftpEndpointConfigurer
- connect(RemoteFileConfiguration, Exchange) - Method in class org.apache.camel.component.file.remote.FtpOperations
- connect(RemoteFileConfiguration, Exchange) - Method in class org.apache.camel.component.file.remote.FtpsOperations
- connect(RemoteFileConfiguration, Exchange) - Method in interface org.apache.camel.component.file.remote.RemoteFileOperations
-
Connects to the remote server
- connect(RemoteFileConfiguration, Exchange) - Method in class org.apache.camel.component.file.remote.SftpOperations
- connectIfNecessary() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- connectIfNecessary(Exchange) - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- copyFromPopulateAdditional(GenericFile<T>, GenericFile<T>) - Method in class org.apache.camel.component.file.remote.RemoteFile
- createConsumer(Processor) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- createConsumer(Processor) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- createExchange(GenericFile<T>) - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- createExchange(GenericFile<T>) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- createFileEntryParser(String) - Method in class org.apache.camel.component.file.remote.CamelFTPParserFactory
- createFileEntryParser(FTPClientConfig) - Method in class org.apache.camel.component.file.remote.CamelFTPParserFactory
- createFtpClient() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Create the FTP client
- createFtpClient() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
- createGenericFileProcessStrategy(CamelContext, Map<String, Object>) - Method in class org.apache.camel.component.file.remote.strategy.FtpProcessStrategyFactory
- createGenericFileProcessStrategy(CamelContext, Map<String, Object>) - Method in class org.apache.camel.component.file.remote.strategy.SftpProcessStrategyFactory
- createGenericFileStrategy() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- createGenericFileStrategy() - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- createPollingConsumer() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- createProducer() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- createRemoteFileOperations() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- createRemoteFileOperations() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
- createRemoteFileOperations() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Creates the operations to be used by the consumer or producer.
- createRemoteFileOperations() - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- createSession(RemoteFileConfiguration) - Method in class org.apache.camel.component.file.remote.SftpOperations
D
- dataTimeout - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- DEFAULT_FTP_PORT - Static variable in class org.apache.camel.component.file.remote.FtpConfiguration
- DEFAULT_SFTP_PORT - Static variable in class org.apache.camel.component.file.remote.SftpConfiguration
- DefaultFtpClientActivityListener - Class in org.apache.camel.component.file.remote
- DefaultFtpClientActivityListener(FtpEndpoint, String) - Constructor for class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- deleteFile(String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- deleteFile(String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- disconnect() - Method in class org.apache.camel.component.file.remote.FtpOperations
- disconnect() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- disconnect() - Method in interface org.apache.camel.component.file.remote.RemoteFileOperations
-
Disconnects from the remote server
- disconnect() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- disconnect() - Method in class org.apache.camel.component.file.remote.SftpOperations
- doConnect(RemoteFileConfiguration, Exchange) - Method in class org.apache.camel.component.file.remote.FtpOperations
- doDisconnect() - Method in class org.apache.camel.component.file.remote.FtpOperations
- doLog(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- doLogVerbose(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- doPollDirectory(String, String, List<GenericFile<SftpRemoteFile>>, int) - Method in class org.apache.camel.component.file.remote.SftpConsumer
- doPollDirectory(String, String, List<GenericFile<FTPFile>>, int) - Method in class org.apache.camel.component.file.remote.FtpConsumer
- doPollDirectory(String, String, List<GenericFile<T>>, int) - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
-
Poll directory given by dirName or absolutePath
- doSafePollSubDirectory(String, String, List<GenericFile<T>>, int) - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
-
Executes doPollDirectory and on exception checks if it can be ignored by calling ignoreCannotRetrieveFile.
- doStart() - Method in class org.apache.camel.component.file.remote.FtpConsumer
- doStart() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- doStart() - Method in class org.apache.camel.component.file.remote.SftpConsumer
- doStop() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- doStop() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
E
- endpoint - Variable in class org.apache.camel.component.file.remote.FtpOperations
- endpointPath - Variable in class org.apache.camel.component.file.remote.FtpConsumer
- ensureRelativeFtpDirectory(Component, RemoteFileConfiguration) - Static method in class org.apache.camel.component.file.remote.FtpUtils
-
Checks whether directory used in ftp/ftps/sftp endpoint URI is relative.
- ExclusiveReadLockCheck - Class in org.apache.camel.component.file.remote.strategy
- ExclusiveReadLockCheck(boolean, long, long) - Constructor for class org.apache.camel.component.file.remote.strategy.ExclusiveReadLockCheck
- existsFile(String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- existsFile(String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- extractAndSetFtpClientConfigParameters(Map<String, Object>, FtpEndpoint<FTPFile>) - Method in class org.apache.camel.component.file.remote.FtpComponent
-
Extract additional ftp client configuration options from the parameters map (parameters starting with 'ftpClientConfig.').
- extractAndSetFtpClientKeyStoreParameters(Map<String, Object>, FtpsEndpoint) - Method in class org.apache.camel.component.file.remote.FtpsComponent
-
Extract additional ftp client key store options from the parameters map (parameters starting with 'ftpClient.keyStore.').
- extractAndSetFtpClientParameters(Map<String, Object>, FtpEndpoint<FTPFile>) - Method in class org.apache.camel.component.file.remote.FtpComponent
-
Extract additional ftp client options from the parameters map (parameters starting with 'ftpClient.').
- extractAndSetFtpClientTrustStoreParameters(Map<String, Object>, FtpsEndpoint) - Method in class org.apache.camel.component.file.remote.FtpsComponent
-
Extract additional ftp client trust store options from the parameters map (parameters starting with 'ftpClient.trustStore.').
- extractDirNameFromAbsolutePath(String) - Static method in class org.apache.camel.component.file.remote.FtpUtils
F
- fastExistsFile(String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- fastExistsFile(String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- FILE_HOST - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FILE_LAST_MODIFIED - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FILE_LENGTH - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FILE_LOCAL_WORK_PATH - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FILE_NAME - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FILE_NAME_ONLY - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FILE_PARENT - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- forceDisconnect() - Method in class org.apache.camel.component.file.remote.FtpOperations
- forceDisconnect() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- forceDisconnect() - Method in interface org.apache.camel.component.file.remote.RemoteFileOperations
-
Forces a hard disconnect from the remote server and cause the client to be re-created on next poll.
- forceDisconnect() - Method in class org.apache.camel.component.file.remote.SftpOperations
- FTP_REPLY_CODE - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FTP_REPLY_STRING - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- FtpChangedExclusiveReadLockStrategy - Class in org.apache.camel.component.file.remote.strategy
- FtpChangedExclusiveReadLockStrategy() - Constructor for class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- ftpClient - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- FtpClientActivityListener - Interface in org.apache.camel.component.file.remote
-
Listener that captures the activity of the FTP Client such as connecting, login, upload and download etc.
- ftpClientConfig - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- ftpClientConfigParameters - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- ftpClientKeyStoreParameters - Variable in class org.apache.camel.component.file.remote.FtpsEndpoint
- ftpClientParameters - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- ftpClientTrustStoreParameters - Variable in class org.apache.camel.component.file.remote.FtpsEndpoint
- FtpComponent - Class in org.apache.camel.component.file.remote
-
FTP Component
- FtpComponent() - Constructor for class org.apache.camel.component.file.remote.FtpComponent
- FtpComponent(CamelContext) - Constructor for class org.apache.camel.component.file.remote.FtpComponent
- FtpComponentConfigurer - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- FtpComponentConfigurer() - Constructor for class org.apache.camel.component.file.remote.FtpComponentConfigurer
- FtpConfiguration - Class in org.apache.camel.component.file.remote
-
FTP configuration
- FtpConfiguration() - Constructor for class org.apache.camel.component.file.remote.FtpConfiguration
- FtpConfiguration(URI) - Constructor for class org.apache.camel.component.file.remote.FtpConfiguration
- FtpConstants - Class in org.apache.camel.component.file.remote
-
Constants
- FtpConsumer - Class in org.apache.camel.component.file.remote
-
FTP consumer
- FtpConsumer(RemoteFileEndpoint<FTPFile>, Processor, RemoteFileOperations<FTPFile>, GenericFileProcessStrategy) - Constructor for class org.apache.camel.component.file.remote.FtpConsumer
- FtpDefaultMoveExistingFileStrategy - Class in org.apache.camel.component.file.remote
- FtpDefaultMoveExistingFileStrategy() - Constructor for class org.apache.camel.component.file.remote.FtpDefaultMoveExistingFileStrategy
- FtpEndpoint<T> - Class in org.apache.camel.component.file.remote
-
Upload and download files to/from FTP servers.
- FtpEndpoint() - Constructor for class org.apache.camel.component.file.remote.FtpEndpoint
- FtpEndpoint(String, RemoteFileComponent<FTPFile>, FtpConfiguration) - Constructor for class org.apache.camel.component.file.remote.FtpEndpoint
- FtpEndpointConfigurer - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- FtpEndpointConfigurer() - Constructor for class org.apache.camel.component.file.remote.FtpEndpointConfigurer
- FtpEndpointUriFactory - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- FtpEndpointUriFactory() - Constructor for class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- FtpOperations - Class in org.apache.camel.component.file.remote
-
FTP remote file operations
- FtpOperations(FTPClient, FTPClientConfig) - Constructor for class org.apache.camel.component.file.remote.FtpOperations
- FtpProcessStrategyFactory - Class in org.apache.camel.component.file.remote.strategy
- FtpProcessStrategyFactory() - Constructor for class org.apache.camel.component.file.remote.strategy.FtpProcessStrategyFactory
- FtpsComponent - Class in org.apache.camel.component.file.remote
-
FTP Secure (FTP over SSL/TLS) Component.
- FtpsComponent() - Constructor for class org.apache.camel.component.file.remote.FtpsComponent
- FtpsComponent(CamelContext) - Constructor for class org.apache.camel.component.file.remote.FtpsComponent
- FtpsComponentConfigurer - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- FtpsComponentConfigurer() - Constructor for class org.apache.camel.component.file.remote.FtpsComponentConfigurer
- FtpsConfiguration - Class in org.apache.camel.component.file.remote
-
FTP Secure (FTP over SSL/TLS) configuration
- FtpsConfiguration() - Constructor for class org.apache.camel.component.file.remote.FtpsConfiguration
- FtpsConfiguration(URI) - Constructor for class org.apache.camel.component.file.remote.FtpsConfiguration
- FtpSendDynamicAware - Class in org.apache.camel.component.file.remote
- FtpSendDynamicAware() - Constructor for class org.apache.camel.component.file.remote.FtpSendDynamicAware
- FtpsEndpoint - Class in org.apache.camel.component.file.remote
-
Upload and download files to/from FTP servers supporting the FTPS protocol.
- FtpsEndpoint() - Constructor for class org.apache.camel.component.file.remote.FtpsEndpoint
- FtpsEndpoint(String, RemoteFileComponent<FTPFile>, FtpsConfiguration) - Constructor for class org.apache.camel.component.file.remote.FtpsEndpoint
- FtpsEndpointConfigurer - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- FtpsEndpointConfigurer() - Constructor for class org.apache.camel.component.file.remote.FtpsEndpointConfigurer
- FtpsEndpointUriFactory - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- FtpsEndpointUriFactory() - Constructor for class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- FtpsOperations - Class in org.apache.camel.component.file.remote
-
FTP Secure (FTP over SSL/TLS) operations
- FtpsOperations(FTPSClient, FTPClientConfig) - Constructor for class org.apache.camel.component.file.remote.FtpsOperations
- FtpsSendDynamicAware - Class in org.apache.camel.component.file.remote
- FtpsSendDynamicAware() - Constructor for class org.apache.camel.component.file.remote.FtpsSendDynamicAware
- FtpUtils - Class in org.apache.camel.component.file.remote
-
Various FTP utils.
G
- getAccount() - Method in class org.apache.camel.component.file.remote.FtpConfiguration
- getActivePortRange() - Method in class org.apache.camel.component.file.remote.FtpConfiguration
- getBaseUri(String) - Method in class org.apache.camel.component.file.remote.FtpComponent
-
Get the base uri part before the options as they can be non URI valid such as the expression using $ chars and the URI constructor will regard $ as an illegal character and we don't want to enforce end users to to escape the $ for the expression (file language)
- getBindAddress() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getBulkRequests() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getCheckInterval() - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- getCheckInterval() - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- getChmod() - Method in class org.apache.camel.component.file.remote.FtpConfiguration
- getChmod() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getChmodDirectory() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getCiphers() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getClient() - Method in class org.apache.camel.component.file.remote.FtpOperations
- getClientActivityListener() - Method in class org.apache.camel.component.file.remote.FtpOperations
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpointConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.FtpsEndpointConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.SftpEndpointConfigurer
- getCompression() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getConfiguration() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getConfiguration() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
- getConfiguration() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getConfiguration() - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- getConnectTimeout() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getCurrentDirectory() - Method in class org.apache.camel.component.file.remote.FtpOperations
- getCurrentDirectory() - Method in class org.apache.camel.component.file.remote.SftpOperations
- getDataTimeout() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getDirectoryName() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getEndpoint() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- getEndpoint() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- getExecPbsz() - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
- getExecProt() - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
- getFileLength() - Method in interface org.apache.camel.component.file.remote.SftpRemoteFile
-
The file size
- getFileLength() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- getFileLength() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- getFilename() - Method in interface org.apache.camel.component.file.remote.SftpRemoteFile
-
The file name
- getFilename() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- getFilename() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- getFilenameEncoding() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getFileSeparator() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getFileSeparator() - Method in class org.apache.camel.component.file.remote.RemoteFile
- getFileSeparator() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getFileSeparator() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- getFtpClient() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getFtpClient() - Method in class org.apache.camel.component.file.remote.FtpOperations
- getFtpClient() - Method in class org.apache.camel.component.file.remote.FtpsOperations
- getFtpClientConfig() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getFtpClientConfigParameters() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getFtpClientKeyStoreParameters() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
- getFtpClientParameters() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getFtpClientTrustStoreParameters() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
- getFtpsClient() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
-
Returns the FTPSClient.
- getFtpsConfiguration() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
-
Returns the FtpsConfiguration.
- getHost() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getHostname() - Method in class org.apache.camel.component.file.remote.RemoteFile
- getJschLoggingLevel() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getKeyExchangeProtocols() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getKeyPair() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getKnownHosts() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getKnownHostsFile() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getKnownHostsUri() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getLastFtpActivity() - Method in class org.apache.camel.component.file.remote.FtpConsumer
- getLastFtpActivityVerbose() - Method in class org.apache.camel.component.file.remote.FtpConsumer
- getLastLogActivity() - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- getLastLogActivity() - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- getLastLogActivityTimestamp() - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- getLastLogActivityTimestamp() - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- getLastModified() - Method in interface org.apache.camel.component.file.remote.SftpRemoteFile
-
The file modification timestamp (in millis)
- getLastModified() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- getLastModified() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- getLastVerboseLogActivity() - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- getLastVerboseLogActivity() - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- getLastVerboseLogActivityTimestamp() - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- getLastVerboseLogActivityTimestamp() - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- getLongname() - Method in interface org.apache.camel.component.file.remote.SftpRemoteFile
-
The long file name
- getLongname() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- getLongname() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- getMaximumReconnectAttempts() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getMinAge() - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- getMinAge() - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- getMinLength() - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- getMinLength() - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- getOperations() - Method in class org.apache.camel.component.file.remote.FtpConsumer
- getOperations() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- getOperations() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.file.remote.FtpComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpointConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.file.remote.FtpsComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.file.remote.FtpsEndpointConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.file.remote.SftpComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.file.remote.SftpEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.FtpComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.FtpsComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.FtpsEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.SftpComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.file.remote.SftpEndpointConfigurer
- getParamsAsMap() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getPassword() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getPort() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getPreferredAuthentications() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getPrivateKey() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getPrivateKeyFile() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getPrivateKeyFilePassphrase() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Deprecated.
- getPrivateKeyPassphrase() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getPrivateKeyUri() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getProtocol() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getProxy() - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- getPublicKeyAcceptedAlgorithms() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getReconnectDelay() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getRemoteFile() - Method in interface org.apache.camel.component.file.remote.SftpRemoteFile
-
Gets the remote file object.
- getRemoteFile() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- getRemoteFile() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- getScheme() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getScheme() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
- getScheme() - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- getSecurityProtocol() - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
Returns the underlying security protocol.
- getSeparator() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getServerAliveCountMax() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getServerAliveInterval() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getServerHostKeys() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getServerMessageLoggingLevel() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getServiceMetadata() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getServiceProtocol() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getServiceUrl() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- getSiteCommand() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getSoTimeout() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getSoTimeout() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getSslContextParameters() - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
-
Gets the JSSE configuration that overrides any settings in
FtpsEndpoint.ftpClientKeyStoreParameters
,FtpsEndpoint.ftpClientTrustStoreParameters
, andFtpsConfiguration.getSecurityProtocol()
. - getStrictHostKeyChecking() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- getTimeout() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- getTimeout() - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- getTimeout() - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- getTransferLoggingIntervalSeconds() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getTransferLoggingLevel() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getTransferLoggingLevelName() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- getUsername() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
H
- handleFailedWrite(Exchange, Exception) - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
-
The file could not be written.
- hasStartingDirectory() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
-
Whether there is a starting directory configured.
I
- ignoreCannotRetrieveFile(String, Exchange, Exception) - Method in class org.apache.camel.component.file.remote.FtpConsumer
- ignoreCannotRetrieveFile(String, Exchange, Exception) - Method in class org.apache.camel.component.file.remote.SftpConsumer
- isAbsolute(String) - Method in class org.apache.camel.component.file.remote.RemoteFile
- isAbsolute(String) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- isAutoCreateKnownHostsFile() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- isBinary() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isConnected() - Method in class org.apache.camel.component.file.remote.FtpOperations
- isConnected() - Method in interface org.apache.camel.component.file.remote.RemoteFileOperations
-
Returns whether we are connected to the remote server or not
- isConnected() - Method in class org.apache.camel.component.file.remote.SftpOperations
- isDirectory() - Method in interface org.apache.camel.component.file.remote.SftpRemoteFile
-
Whether its a directory
- isDirectory() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- isDirectory() - Method in class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- isDisableSecureDataChannelDefaults() - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
- isDisconnect() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- isDisconnectOnBatchComplete() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- isDownload() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- isEnabled(String) - Method in class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- isEnabled(String) - Method in class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- isEnabled(String) - Method in class org.apache.camel.component.file.remote.SftpEndpointUriFactory
- isExistDirCheckUsingLs() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- isFastExistsCheck() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- isFastExistsCheck() - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- isFastExistsCheck() - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- isHandleDirectoryParserAbsoluteResult() - Method in class org.apache.camel.component.file.remote.FtpConfiguration
- isIgnoreFileNotFoundOrPermissionError() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isImplicit() - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
Returns the security mode(Implicit/Explicit). true - Implicit Mode / False - Explicit Mode
- isLenientProperties() - Method in class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.file.remote.SftpEndpointUriFactory
- isMatched(GenericFile<SftpRemoteFile>, String, SftpRemoteFile[]) - Method in class org.apache.camel.component.file.remote.SftpConsumer
- isMatched(GenericFile<FTPFile>, String, FTPFile[]) - Method in class org.apache.camel.component.file.remote.FtpConsumer
- isPassiveMode() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isResumeDownload() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- isRetrieveFile() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- isSendNoop() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isSingleton() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- isSingletonProducer() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
- isStepwise() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isStreamDownload() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isThrowExceptionOnConnectFailed() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isTransferLoggingVerbose() - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.file.remote.FtpsComponent
- isUseList() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- isUseUserKnownHostsFile() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
L
- listFiles() - Method in class org.apache.camel.component.file.remote.FtpOperations
- listFiles() - Method in class org.apache.camel.component.file.remote.SftpOperations
- listFiles(String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- listFiles(String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- log - Variable in class org.apache.camel.component.file.remote.FtpOperations
- loggedIn - Variable in class org.apache.camel.component.file.remote.RemoteFileConsumer
- loggedInWarning - Variable in class org.apache.camel.component.file.remote.RemoteFileConsumer
M
- moveExistingFile(GenericFileEndpoint<?>, GenericFileOperations<?>, String) - Method in class org.apache.camel.component.file.remote.FtpDefaultMoveExistingFileStrategy
-
Moves any existing file due fileExists=Move is in use.
- moveExistingFile(GenericFileEndpoint<?>, GenericFileOperations<?>, String) - Method in class org.apache.camel.component.file.remote.SftpDefaultMoveExistingFileStrategy
-
Moves any existing file due fileExists=Move is in use.
- multiValuePrefixes() - Method in class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- multiValuePrefixes() - Method in class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- multiValuePrefixes() - Method in class org.apache.camel.component.file.remote.SftpEndpointUriFactory
N
- needToNormalize() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- newGenericFile() - Method in class org.apache.camel.component.file.remote.FtpOperations
- newGenericFile() - Method in class org.apache.camel.component.file.remote.SftpOperations
- normalizePath(String) - Method in class org.apache.camel.component.file.remote.RemoteFile
- normalizePath(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Normalizes the given path according to the configured path separator.
- normalizePath(String) - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
O
- onBeginDownloading(String, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onBeginDownloading(String, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onBeginUploading(String, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onBeginUploading(String, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onConnected(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onConnected(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onConnecting(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onConnecting(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onDisconnected(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onDisconnected(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onDisconnecting(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onDisconnecting(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onDownload(String, String, long, long, long) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onDownload(String, String, long, long, long) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onDownloadComplete(String, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onDownloadComplete(String, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onGeneralError(String, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onGeneralError(String, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onLogin(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onLogin(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onLoginComplete(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onLoginComplete(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onLoginFailed(int, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onLoginFailed(int, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onResumeDownloading(String, String, long) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onResumeDownloading(String, String, long) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onScanningForFiles(String, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onScanningForFiles(String, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onUpload(String, String, long, long, long) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onUpload(String, String, long, long, long) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- onUploadComplete(String, String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- onUploadComplete(String, String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- org.apache.camel.component.file.remote - package org.apache.camel.component.file.remote
-
Defines the File transport for communicating with Remote Files and FTP
- org.apache.camel.component.file.remote.strategy - package org.apache.camel.component.file.remote.strategy
-
Strategies for the FTP Component.
P
- pollDirectory(String, List<GenericFile<SftpRemoteFile>>, int) - Method in class org.apache.camel.component.file.remote.SftpConsumer
- pollDirectory(String, List<GenericFile<FTPFile>>, int) - Method in class org.apache.camel.component.file.remote.FtpConsumer
- pollSubDirectory(String, String, List<GenericFile<SftpRemoteFile>>, int) - Method in class org.apache.camel.component.file.remote.SftpConsumer
- pollSubDirectory(String, String, List<GenericFile<FTPFile>>, int) - Method in class org.apache.camel.component.file.remote.FtpConsumer
- populateHeaders(GenericFileMessage<T>) - Method in class org.apache.camel.component.file.remote.RemoteFile
-
Populates the
GenericFileMessage
relevant headers - populateHeaders(GenericFileMessage<T>, boolean) - Method in class org.apache.camel.component.file.remote.RemoteFile
- postPollCheck(int) - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- postWriteCheck(Exchange) - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- prepareOnStartup(GenericFileOperations<ChannelSftp.LsEntry>, GenericFileEndpoint<ChannelSftp.LsEntry>) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- prepareOnStartup(GenericFileOperations<FTPFile>, GenericFileEndpoint<FTPFile>) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- prePollCheck() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- preWriteCheck(Exchange) - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- process(Exchange) - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- processExchange(Exchange) - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
- propertyNames() - Method in class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- propertyNames() - Method in class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- propertyNames() - Method in class org.apache.camel.component.file.remote.SftpEndpointUriFactory
- proxy - Variable in class org.apache.camel.component.file.remote.SftpEndpoint
R
- releaseExclusiveReadLockOnAbort(GenericFileOperations<ChannelSftp.LsEntry>, GenericFile<ChannelSftp.LsEntry>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- releaseExclusiveReadLockOnAbort(GenericFileOperations<FTPFile>, GenericFile<FTPFile>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- releaseExclusiveReadLockOnCommit(GenericFileOperations<ChannelSftp.LsEntry>, GenericFile<ChannelSftp.LsEntry>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- releaseExclusiveReadLockOnCommit(GenericFileOperations<FTPFile>, GenericFile<FTPFile>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- releaseExclusiveReadLockOnRollback(GenericFileOperations<ChannelSftp.LsEntry>, GenericFile<ChannelSftp.LsEntry>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- releaseExclusiveReadLockOnRollback(GenericFileOperations<FTPFile>, GenericFile<FTPFile>, Exchange) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- releaseRetrievedFileResources(Exchange) - Method in class org.apache.camel.component.file.remote.FtpOperations
- releaseRetrievedFileResources(Exchange) - Method in class org.apache.camel.component.file.remote.SftpOperations
- REMOTE_FILE_INPUT_STREAM - Static variable in class org.apache.camel.component.file.remote.FtpConstants
- REMOTE_FILE_INPUT_STREAM - Static variable in class org.apache.camel.component.file.remote.RemoteFileComponent
- RemoteFile<T> - Class in org.apache.camel.component.file.remote
-
Represents a remote file of some sort of backing object
- RemoteFile() - Constructor for class org.apache.camel.component.file.remote.RemoteFile
- RemoteFileComponent<T> - Class in org.apache.camel.component.file.remote
-
Base class for remote file components.
- RemoteFileComponent() - Constructor for class org.apache.camel.component.file.remote.RemoteFileComponent
- RemoteFileComponent(CamelContext) - Constructor for class org.apache.camel.component.file.remote.RemoteFileComponent
- RemoteFileConfiguration - Class in org.apache.camel.component.file.remote
-
Configuration of the FTP server
- RemoteFileConfiguration() - Constructor for class org.apache.camel.component.file.remote.RemoteFileConfiguration
- RemoteFileConfiguration(URI) - Constructor for class org.apache.camel.component.file.remote.RemoteFileConfiguration
- RemoteFileConfiguration.PathSeparator - Enum Class in org.apache.camel.component.file.remote
-
Path separator as either unix or windows style.
- RemoteFileConsumer<T> - Class in org.apache.camel.component.file.remote
-
Base class for remote file consumers.
- RemoteFileConsumer(RemoteFileEndpoint<T>, Processor, RemoteFileOperations<T>, GenericFileProcessStrategy) - Constructor for class org.apache.camel.component.file.remote.RemoteFileConsumer
- RemoteFileEndpoint<T> - Class in org.apache.camel.component.file.remote
-
Remote file endpoint.
- RemoteFileEndpoint() - Constructor for class org.apache.camel.component.file.remote.RemoteFileEndpoint
- RemoteFileEndpoint(String, RemoteFileComponent<T>, RemoteFileConfiguration) - Constructor for class org.apache.camel.component.file.remote.RemoteFileEndpoint
- RemoteFileOperations<T> - Interface in org.apache.camel.component.file.remote
-
Remote file operations based on some backing framework
- RemoteFilePollingConsumerPollStrategy - Class in org.apache.camel.component.file.remote
-
Remote file consumer polling strategy that attempts to help recovering from lost connections.
- RemoteFilePollingConsumerPollStrategy() - Constructor for class org.apache.camel.component.file.remote.RemoteFilePollingConsumerPollStrategy
- RemoteFileProducer<T> - Class in org.apache.camel.component.file.remote
-
Generic remote file producer for all the FTP variations.
- RemoteFileProducer(RemoteFileEndpoint<T>, RemoteFileOperations<T>) - Constructor for class org.apache.camel.component.file.remote.RemoteFileProducer
- remoteServer() - Method in class org.apache.camel.component.file.remote.RemoteFileConsumer
-
Returns human-readable server information for logging purpose
- remoteServerInformation() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Returns human readable server information for logging purpose
- remoteServerInformation() - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Returns human readable server information for logging purpose
- renameFile(String, String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- renameFile(String, String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- resumeDownload - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- retrieveFile(String, Exchange, long) - Method in class org.apache.camel.component.file.remote.FtpOperations
- retrieveFile(String, Exchange, long) - Method in class org.apache.camel.component.file.remote.SftpOperations
- rollback(Consumer, Endpoint, int, Exception) - Method in class org.apache.camel.component.file.remote.RemoteFilePollingConsumerPollStrategy
S
- secretPropertyNames() - Method in class org.apache.camel.component.file.remote.FtpEndpointUriFactory
- secretPropertyNames() - Method in class org.apache.camel.component.file.remote.FtpsEndpointUriFactory
- secretPropertyNames() - Method in class org.apache.camel.component.file.remote.SftpEndpointUriFactory
- sendNoop() - Method in class org.apache.camel.component.file.remote.FtpOperations
- sendNoop() - Method in interface org.apache.camel.component.file.remote.RemoteFileOperations
-
Sends a noop command to the remote server
- sendNoop() - Method in class org.apache.camel.component.file.remote.SftpOperations
- sendSiteCommand(String) - Method in class org.apache.camel.component.file.remote.FtpOperations
- sendSiteCommand(String) - Method in interface org.apache.camel.component.file.remote.RemoteFileOperations
-
Sends a site command to the remote server
- sendSiteCommand(String) - Method in class org.apache.camel.component.file.remote.SftpOperations
- setAccount(String) - Method in class org.apache.camel.component.file.remote.FtpConfiguration
-
Account to use for login
- setActivePortRange(String) - Method in class org.apache.camel.component.file.remote.FtpConfiguration
-
Set the client side port range in active mode.
- setAutoCreateKnownHostsFile(boolean) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
If knownHostFile does not exist, then attempt to auto-create the path and file (beware that the file will be created by the current user of the running Java process, which may not have file permission).
- setBinary(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Specifies the file transfer mode, BINARY or ASCII.
- setBindAddress(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Specifies the address of the local interface against which the connection should bind.
- setBulkRequests(Integer) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Specifies how many requests may be outstanding at any one time.
- setCheckInterval(long) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setCheckInterval(long) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setChmod(String) - Method in class org.apache.camel.component.file.remote.FtpConfiguration
-
Allows you to set chmod on the stored file.
- setChmod(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Allows you to set chmod on the stored file.
- setChmodDirectory(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Allows you to set chmod during path creation.
- setCiphers(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set a comma separated list of ciphers that will be used in order of preference.
- setClassResolver(ClassResolver) - Method in class org.apache.camel.component.file.remote.CamelFTPParserFactory
-
setClassResolver sets a class resolver which can be used instead of Class.forName for class resolution.
- setClientActivityListener(FtpClientActivityListener) - Method in class org.apache.camel.component.file.remote.FtpOperations
- setCompression(int) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
To use compression.
- setConfiguration(GenericFileConfiguration) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- setConfiguration(GenericFileConfiguration) - Method in class org.apache.camel.component.file.remote.SftpEndpoint
- setConnectTimeout(int) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets the connect timeout for waiting for a connection to be established
- setDataTimeout(int) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Sets the data timeout on the FTP client.
- setDefaultPort() - Method in class org.apache.camel.component.file.remote.FtpConfiguration
- setDefaultPort() - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
- setDefaultPort() - Method in class org.apache.camel.component.file.remote.SftpConfiguration
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setDeleteOrphanLockFiles(boolean) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setDirectoryName(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
The starting directory
- setDisableSecureDataChannelDefaults(boolean) - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
Use this option to disable default options when using secure data channel.
- setDisconnect(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Whether or not to disconnect from remote FTP server right after use.
- setDisconnectOnBatchComplete(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Whether or not to disconnect from remote FTP server right after a Batch upload is complete.
- setDownload(boolean) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- setDownload(boolean) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
-
Whether in download or upload mode
- setDownload(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Whether the FTP consumer should download the file.
- setEndpoint(GenericFileEndpoint<SftpRemoteFile>) - Method in class org.apache.camel.component.file.remote.SftpOperations
- setEndpoint(GenericFileEndpoint<FTPFile>) - Method in class org.apache.camel.component.file.remote.FtpOperations
- setExecPbsz(Long) - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
When using secure data channel you can set the exec protection buffer size
- setExecProt(String) - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
The exec protection level
- setExistDirCheckUsingLs(boolean) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Whether to check for existing directory using LS command or CD.
- setFastExistsCheck(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
If set this option to be true, camel-ftp will use the list file directly to check if the file exists.
- setFastExistsCheck(boolean) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setFastExistsCheck(boolean) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setFilenameEncoding(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Encoding to use for FTP client when parsing filenames.
- setFtpClient(FTPClient) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
To use a custom instance of FTPClient
- setFtpClientConfig(FTPClientConfig) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
To use a custom instance of FTPClientConfig to configure the FTP client the endpoint should use.
- setFtpClientKeyStoreParameters(Map<String, Object>) - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
-
Set the key store parameters
- setFtpClientTrustStoreParameters(Map<String, Object>) - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
-
Set the trust store parameters
- setHandleDirectoryParserAbsoluteResult(boolean) - Method in class org.apache.camel.component.file.remote.FtpConfiguration
-
Allows you to set how the consumer will handle subfolders and files in the path if the directory parser results in with absolute paths.
- setHost(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Hostname of the FTP server
- setHostname(String) - Method in class org.apache.camel.component.file.remote.RemoteFile
- setIgnoreFileNotFoundOrPermissionError(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Whether to ignore when (trying to list files in directories or when downloading a file), which does not exist or due to permission error.
- setImplicit(boolean) - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
Set the security mode (Implicit/Explicit). true - Implicit Mode / False - Explicit Mode
- setJschLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
The logging level to use for JSCH activity logging.
- setKeyExchangeProtocols(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set a comma separated list of key exchange protocols that will be used in order of preference.
- setKeyPair(KeyPair) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets a key pair of the public and private key so to that the SFTP endpoint can do public/private key verification.
- setKnownHosts(byte[]) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.
- setKnownHostsFile(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets the known_hosts file, so that the SFTP endpoint can do host key verification.
- setKnownHostsUri(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets the known_hosts file (loaded from classpath by default), so that the SFTP endpoint can do host key verification.
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setMarkerFiler(boolean) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setMaximumReconnectAttempts(int) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.
- setMinAge(long) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setMinAge(long) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setMinLength(long) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setMinLength(long) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setPassiveMode(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets passive mode connections.
- setPassword(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Password to use for login
- setPort(int) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Port of the FTP server
- setPreferredAuthentications(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set the preferred authentications which SFTP endpoint will used.
- setPrivateKey(byte[]) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set the private key as byte[] so that the SFTP endpoint can do private key verification.
- setPrivateKeyFile(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set the private key file so that the SFTP endpoint can do private key verification.
- setPrivateKeyFilePassphrase(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Deprecated.
- setPrivateKeyPassphrase(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set the private key file passphrase so that the SFTP endpoint can do private key verification.
- setPrivateKeyUri(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set the private key file (loaded from classpath by default) so that the SFTP endpoint can do private key verification.
- setProperties(Endpoint, Map<String, Object>) - Method in class org.apache.camel.component.file.remote.FtpComponent
- setProtocol(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
The ftp protocol to use
- setProxy(Proxy) - Method in class org.apache.camel.component.file.remote.SftpEndpoint
-
To use a custom configured com.jcraft.jsch.Proxy.
- setPublicKeyAcceptedAlgorithms(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set a comma separated list of public key accepted algorithms.
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setReadLockLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setReconnectDelay(long) - Method in class org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Delay in millis Camel will wait before performing a reconnect attempt.
- setRemoteFileName(String) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- setRemoteFileName(String) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- setRemoteFileSize(long) - Method in class org.apache.camel.component.file.remote.DefaultFtpClientActivityListener
- setRemoteFileSize(long) - Method in interface org.apache.camel.component.file.remote.FtpClientActivityListener
- setResumeDownload(boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Configures whether resume download is enabled.
- setSecurityProtocol(String) - Method in class org.apache.camel.component.file.remote.FtpsConfiguration
-
Set the underlying security protocol.
- setSendNoop(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Whether to send a noop command as a pre-write check before uploading files to the FTP server.
- setSeparator(RemoteFileConfiguration.PathSeparator) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets the path separator to be used.
- setServerAliveCountMax(int) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets the number of keep-alive messages which may be sent without receiving any messages back from the server.
- setServerAliveInterval(int) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets the interval (millis) to send a keep-alive message.
- setServerHostKeys(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Set a comma separated list of algorithms supported for the server host key.
- setServerMessageLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
The logging level used for various human intended log messages from the FTP server.
- setSiteCommand(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets optional site command(s) to be executed after successful login.
- setSoTimeout(int) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Sets the soTimeout on the FTP client.
- setSoTimeout(int) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets the so timeout
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.file.remote.FtpsEndpoint
-
Gets the JSSE configuration that overrides any settings in
FtpsEndpoint.ftpClientKeyStoreParameters
,FtpsEndpoint.ftpClientTrustStoreParameters
, andFtpsConfiguration.getSecurityProtocol()
. - setStepwise(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets whether we should stepwise change directories while traversing file structures when downloading files, or as well when uploading a file to a directory.
- setStreamDownload(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets the download method to use when not using a local working directory.
- setStrictHostKeyChecking(String) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
Sets whether to use strict host key checking.
- setThrowExceptionOnConnectFailed(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Should an exception be thrown if connection failed (exhausted)
- setTimeout(int) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Sets the data timeout for waiting for reply
- setTimeout(long) - Method in class org.apache.camel.component.file.remote.strategy.FtpChangedExclusiveReadLockStrategy
- setTimeout(long) - Method in class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- setTransferLoggingIntervalSeconds(int) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.
- setTransferLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Configure the logging level to use when logging the progress of upload and download operations.
- setTransferLoggingLevelName(String) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
- setTransferLoggingVerbose(boolean) - Method in class org.apache.camel.component.file.remote.FtpEndpoint
-
Configures whether perform verbose (fine-grained) logging of the progress of upload and download operations.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.file.remote.FtpsComponent
-
Enable usage of global SSL context parameters.
- setUseList(boolean) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Whether to allow using LIST command when downloading a file.
- setUsername(String) - Method in class org.apache.camel.component.file.remote.RemoteFileConfiguration
-
Username to use for login
- setUseUserKnownHostsFile(boolean) - Method in class org.apache.camel.component.file.remote.SftpConfiguration
-
If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts
- SftpChangedExclusiveReadLockStrategy - Class in org.apache.camel.component.file.remote.strategy
- SftpChangedExclusiveReadLockStrategy() - Constructor for class org.apache.camel.component.file.remote.strategy.SftpChangedExclusiveReadLockStrategy
- SftpComponent - Class in org.apache.camel.component.file.remote
-
Secure FTP Component
- SftpComponent() - Constructor for class org.apache.camel.component.file.remote.SftpComponent
- SftpComponent(CamelContext) - Constructor for class org.apache.camel.component.file.remote.SftpComponent
- SftpComponentConfigurer - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- SftpComponentConfigurer() - Constructor for class org.apache.camel.component.file.remote.SftpComponentConfigurer
- SftpConfiguration - Class in org.apache.camel.component.file.remote
-
Secure FTP configuration
- SftpConfiguration() - Constructor for class org.apache.camel.component.file.remote.SftpConfiguration
- SftpConfiguration(URI) - Constructor for class org.apache.camel.component.file.remote.SftpConfiguration
- SftpConsumer - Class in org.apache.camel.component.file.remote
-
Secure FTP consumer
- SftpConsumer(RemoteFileEndpoint<SftpRemoteFile>, Processor, RemoteFileOperations<SftpRemoteFile>, GenericFileProcessStrategy<SftpRemoteFile>) - Constructor for class org.apache.camel.component.file.remote.SftpConsumer
- SftpDefaultMoveExistingFileStrategy - Class in org.apache.camel.component.file.remote
- SftpDefaultMoveExistingFileStrategy() - Constructor for class org.apache.camel.component.file.remote.SftpDefaultMoveExistingFileStrategy
- SftpEndpoint - Class in org.apache.camel.component.file.remote
-
Upload and download files to/from SFTP servers.
- SftpEndpoint() - Constructor for class org.apache.camel.component.file.remote.SftpEndpoint
- SftpEndpoint(String, SftpComponent, SftpConfiguration) - Constructor for class org.apache.camel.component.file.remote.SftpEndpoint
- SftpEndpointConfigurer - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- SftpEndpointConfigurer() - Constructor for class org.apache.camel.component.file.remote.SftpEndpointConfigurer
- SftpEndpointUriFactory - Class in org.apache.camel.component.file.remote
-
Generated by camel build tools - do NOT edit this file!
- SftpEndpointUriFactory() - Constructor for class org.apache.camel.component.file.remote.SftpEndpointUriFactory
- SftpOperations - Class in org.apache.camel.component.file.remote
-
SFTP remote file operations
- SftpOperations() - Constructor for class org.apache.camel.component.file.remote.SftpOperations
- SftpOperations(Proxy) - Constructor for class org.apache.camel.component.file.remote.SftpOperations
- SftpOperations.ExtendedUserInfo - Interface in org.apache.camel.component.file.remote
-
Extended user info which supports interactive keyboard mode, by entering the password.
- SftpProcessStrategyFactory - Class in org.apache.camel.component.file.remote.strategy
- SftpProcessStrategyFactory() - Constructor for class org.apache.camel.component.file.remote.strategy.SftpProcessStrategyFactory
- SftpRemoteFile<T> - Interface in org.apache.camel.component.file.remote
-
A remote file when using SFTP.
- SftpRemoteFileJCraft - Class in org.apache.camel.component.file.remote
- SftpRemoteFileJCraft(ChannelSftp.LsEntry) - Constructor for class org.apache.camel.component.file.remote.SftpRemoteFileJCraft
- SftpRemoteFileSingle - Class in org.apache.camel.component.file.remote
- SftpRemoteFileSingle(String) - Constructor for class org.apache.camel.component.file.remote.SftpRemoteFileSingle
- SftpSendDynamicAware - Class in org.apache.camel.component.file.remote
- SftpSendDynamicAware() - Constructor for class org.apache.camel.component.file.remote.SftpSendDynamicAware
- soTimeout - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- sslContextParameters - Variable in class org.apache.camel.component.file.remote.FtpsEndpoint
- storeFile(String, Exchange, long) - Method in class org.apache.camel.component.file.remote.FtpOperations
- storeFile(String, Exchange, long) - Method in class org.apache.camel.component.file.remote.SftpOperations
T
- toString() - Method in class org.apache.camel.component.file.remote.FtpConsumer
- toString() - Method in class org.apache.camel.component.file.remote.RemoteFile
- toString() - Method in class org.apache.camel.component.file.remote.RemoteFileProducer
- toString() - Method in class org.apache.camel.component.file.remote.SftpConsumer
- transferLoggingIntervalSeconds - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- transferLoggingLevel - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- transferLoggingVerbose - Variable in class org.apache.camel.component.file.remote.FtpEndpoint
- tryAcquireExclusiveReadLock(GenericFileOperations<FTPFile>, GenericFile<FTPFile>) - Method in class org.apache.camel.component.file.remote.strategy.ExclusiveReadLockCheck
U
- UNIX - Enum constant in enum class org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
- updateFileHeaders(GenericFile<SftpRemoteFile>, Message) - Method in class org.apache.camel.component.file.remote.SftpConsumer
- updateFileHeaders(GenericFile<FTPFile>, Message) - Method in class org.apache.camel.component.file.remote.FtpConsumer
V
- valueOf(String) - Static method in enum class org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- Windows - Enum constant in enum class org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
All Classes and Interfaces|All Packages|Constant Field Values