Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder
Packages that use FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder
-
Uses of FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the FTPS component.Methods in org.apache.camel.builder.endpoint.dsl that return FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilderModifier and TypeMethodDescriptionAccount to use for login.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.antExclude(String antExclude) Ant style filter exclusion.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.antFilterCaseSensitive(boolean antFilterCaseSensitive) Sets case sensitive flag on ant filter.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.antFilterCaseSensitive(String antFilterCaseSensitive) Sets case sensitive flag on ant filter.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.antInclude(String antInclude) Ant style filter inclusion.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder.basic()FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.binary(boolean binary) Specifies the file transfer mode, BINARY or ASCII.Specifies the file transfer mode, BINARY or ASCII.This option is used to specify the encoding of the file.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.delete(boolean delete) If true, the file will be deleted after it is processed successfully.If true, the file will be deleted after it is processed successfully.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.disableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults) Use this option to disable default options when using secure data channel.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.disableSecureDataChannelDefaults(String disableSecureDataChannelDefaults) Use this option to disable default options when using secure data channel.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll) Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll) Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.Is used to exclude files, if filename matches the regex pattern (matching is case in-sensitive).FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.excludeExt(String excludeExt) Is used to exclude files matching file extension name (case insensitive).FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.exclusiveReadLockStrategy(String exclusiveReadLockStrategy) Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.exclusiveReadLockStrategy(org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.commons.net.ftp.FTPFile> exclusiveReadLockStrategy) Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.When using secure data channel you can set the exec protection buffer size.When using secure data channel you can set the exec protection buffer size.The exec protection level PROT command.Use Expression such as File Language to dynamically set the filename.Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.filter(org.apache.camel.component.file.GenericFileFilter<org.apache.commons.net.ftp.FTPFile> filter) Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.filterDirectory(String filterDirectory) Filters the directory based on Simple language.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.filterFile(String filterFile) Filters the file based on Simple language.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.ftpClientKeyStoreParameters(String key, Object value) Set the key store parameters.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.ftpClientKeyStoreParameters(Map values) Set the key store parameters.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.ftpClientTrustStoreParameters(String key, Object value) Set the trust store parameters.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.ftpClientTrustStoreParameters(Map values) Set the trust store parameters.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.idempotent(Boolean idempotent) Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.idempotent(String idempotent) Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.idempotentKey(String idempotentKey) To use a custom idempotent key.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.idempotentRepository(String idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified and idempotent is true.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified and idempotent is true.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.implicit(boolean implicit) Set the security mode (Implicit/Explicit).Set the security mode (Implicit/Explicit).Is used to include files, if filename matches the regex pattern (matching is case in-sensitive).FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.includeExt(String includeExt) Is used to include files matching file extension name (case insensitive).FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.maxDepth(int maxDepth) The maximum depth to traverse when recursively processing a directory.The maximum depth to traverse when recursively processing a directory.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) To define a maximum messages to gather per poll.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) To define a maximum messages to gather per poll.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.minDepth(int minDepth) The minimum depth to start processing when recursively processing a directory.The minimum depth to start processing when recursively processing a directory.Expression (such as Simple Language) used to dynamically set the filename when moving it after processing.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.moveFailed(String moveFailed) Sets the move failure expression based on Simple language.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.noop(boolean noop) If true, the file is not moved or deleted in any way.If true, the file is not moved or deleted in any way.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.Expression (such as File Language) used to dynamically set the filename when moving it before processing.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.preSort(boolean preSort) When pre-sort is enabled then the consumer will sort the file and directory names during polling, that was retrieved from the file system.When pre-sort is enabled then the consumer will sort the file and directory names during polling, that was retrieved from the file system.Used by consumer, to only poll the files if it has exclusive read-lock on the file (i.e.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockCheckInterval(long readLockCheckInterval) Interval in millis for the read-lock, if supported by the read lock.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockCheckInterval(String readLockCheckInterval) Interval in millis for the read-lock, if supported by the read lock.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles) Whether or not read lock with marker files should upon startup delete any orphan read lock files, which may have been left on the file system, if Camel was not properly shutdown (such as a JVM crash).FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles) Whether or not read lock with marker files should upon startup delete any orphan read lock files, which may have been left on the file system, if Camel was not properly shutdown (such as a JVM crash).FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockLoggingLevel(String readLockLoggingLevel) Logging level used when a read lock could not be acquired.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel) Logging level used when a read lock could not be acquired.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockMarkerFile(boolean readLockMarkerFile) Whether to use marker file with the changed, rename, or exclusive read lock types.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockMarkerFile(String readLockMarkerFile) Whether to use marker file with the changed, rename, or exclusive read lock types.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockMinAge(long readLockMinAge) This option is applied only for readLock=changed.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockMinAge(String readLockMinAge) This option is applied only for readLock=changed.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockMinLength(long readLockMinLength) This option is applied only for readLock=changed.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockMinLength(String readLockMinLength) This option is applied only for readLock=changed.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockRemoveOnCommit(boolean readLockRemoveOnCommit) This option is applied only for readLock=idempotent.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockRemoveOnCommit(String readLockRemoveOnCommit) This option is applied only for readLock=idempotent.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockRemoveOnRollback(boolean readLockRemoveOnRollback) This option is applied only for readLock=idempotent.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockRemoveOnRollback(String readLockRemoveOnRollback) This option is applied only for readLock=idempotent.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockTimeout(long readLockTimeout) Optional timeout in millis for the read-lock, if supported by the read-lock.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.readLockTimeout(String readLockTimeout) Optional timeout in millis for the read-lock, if supported by the read-lock.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.recursive(boolean recursive) If a directory, will look for files in all the sub-directories as well.If a directory, will look for files in all the sub-directories as well.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.resumeDownload(boolean resumeDownload) Configures whether resume download is enabled.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.resumeDownload(String resumeDownload) Configures whether resume download is enabled.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.securityProtocol(String securityProtocol) Set the underlying security protocol.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.Sets the path separator to be used.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.shuffle(boolean shuffle) To shuffle the list of files (sort in random order).To shuffle the list of files (sort in random order).Built-in sort by using the File Language.Pluggable sorter as a java.util.Comparator class.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.sorter(Comparator<org.apache.camel.component.file.GenericFile<org.apache.commons.net.ftp.FTPFile>> sorter) Pluggable sorter as a java.util.Comparator class.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.sslContextParameters(String sslContextParameters) Gets the JSSE configuration that overrides any settings in FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol().FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Gets the JSSE configuration that overrides any settings in FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol().FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.streamDownload(boolean streamDownload) Sets the download method to use when not using a local working directory.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.streamDownload(String streamDownload) Sets the download method to use when not using a local working directory.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.transferLoggingLevel(String transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.transferLoggingVerbose(boolean transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.transferLoggingVerbose(String transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Username to use for login.