public static interface FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
account(String account)
Account to use for login.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
advanced() |
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
antExclude(String antExclude)
Ant style filter exclusion.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
antFilterCaseSensitive(boolean antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
antFilterCaseSensitive(String antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
antInclude(String antInclude)
Ant style filter inclusion.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default 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.
|
default 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.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
binary(boolean binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
binary(String binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
charset(String charset)
This option is used to specify the encoding of the file.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
delete(boolean delete)
If true, the file will be deleted after it is processed successfully.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
delete(String delete)
If true, the file will be deleted after it is processed successfully.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
disableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
Use this option to disable default options when using secure data
channel.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
disableSecureDataChannelDefaults(String disableSecureDataChannelDefaults)
Use this option to disable default options when using secure data
channel.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
disconnect(boolean disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
disconnect(String disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
doneFileName(String doneFileName)
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
exclude(String exclude)
Is used to exclude files, if filename matches the regex pattern
(matching is case in-senstive).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
execPbsz(Long execPbsz)
When using secure data channel you can set the exec protection buffer
size.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
execPbsz(String execPbsz)
When using secure data channel you can set the exec protection buffer
size.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
execProt(String execProt)
The exec protection level PROT command.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
fileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
fileName(String fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
filter(Object filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
filter(String filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
filterDirectory(org.apache.camel.Predicate filterDirectory)
Filters the directory based on Simple language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
filterDirectory(String filterDirectory)
Filters the directory based on Simple language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
filterFile(org.apache.camel.Predicate filterFile)
Filters the file based on Simple language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
filterFile(String filterFile)
Filters the file based on Simple language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
ftpClientKeyStoreParameters(Map values)
Set the key store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
ftpClientKeyStoreParameters(String key,
Object value)
Set the key store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
ftpClientTrustStoreParameters(Map values)
Set the trust store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
ftpClientTrustStoreParameters(String key,
Object value)
Set the trust store parameters.
|
default 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.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
idempotent(Boolean idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
idempotent(String idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
idempotentKey(org.apache.camel.Expression idempotentKey)
To use a custom idempotent key.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
idempotentKey(String idempotentKey)
To use a custom idempotent key.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
A pluggable repository org.apache.camel.spi.IdempotentRepository
which by default use MemoryMessageIdRepository if none is specified
and idempotent is true.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
idempotentRepository(String idempotentRepository)
A pluggable repository org.apache.camel.spi.IdempotentRepository
which by default use MemoryMessageIdRepository if none is specified
and idempotent is true.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
implicit(boolean implicit)
Set the security mode (Implicit/Explicit).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
implicit(String implicit)
Set the security mode (Implicit/Explicit).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
include(String include)
Is used to include files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
maxDepth(int maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
maxDepth(String maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
maxMessagesPerPoll(int maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
minDepth(int minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
minDepth(String minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
move(org.apache.camel.Expression move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
move(String move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
moveFailed(org.apache.camel.Expression moveFailed)
Sets the move failure expression based on Simple language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
moveFailed(String moveFailed)
Sets the move failure expression based on Simple language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
noop(boolean noop)
If true, the file is not moved or deleted in any way.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
noop(String noop)
If true, the file is not moved or deleted in any way.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
passiveMode(boolean passiveMode)
Sets passive mode connections.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
passiveMode(String passiveMode)
Sets passive mode connections.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
password(String password)
Password to use for login.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
preMove(org.apache.camel.Expression preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
preMove(String preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default 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.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
preSort(String 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.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLock(String readLock)
Used by consumer, to only poll the files if it has exclusive
read-lock on the file (i.e.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockCheckInterval(long readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockCheckInterval(String readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default 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).
|
default 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).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockLoggingLevel(String readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockMarkerFile(boolean readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockMarkerFile(String readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockMinAge(long readLockMinAge)
This option is applied only for readLock=changed.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockMinAge(String readLockMinAge)
This option is applied only for readLock=changed.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockMinLength(long readLockMinLength)
This option is applied only for readLock=changed.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockMinLength(String readLockMinLength)
This option is applied only for readLock=changed.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockRemoveOnCommit(String readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockRemoveOnRollback(String readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockTimeout(long readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
readLockTimeout(String readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
recursive(boolean recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
recursive(String recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
resumeDownload(boolean resumeDownload)
Configures whether resume download is enabled.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
resumeDownload(String resumeDownload)
Configures whether resume download is enabled.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
securityProtocol(String securityProtocol)
Set the underlying security protocol.
|
default 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.
|
default 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.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
separator(FtpsEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
separator(String separator)
Sets the path separator to be used.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
shuffle(boolean shuffle)
To shuffle the list of files (sort in random order).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
shuffle(String shuffle)
To shuffle the list of files (sort in random order).
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
sortBy(Comparator<org.apache.camel.Exchange> sortBy)
Built-in sort by using the File Language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
sortBy(String sortBy)
Built-in sort by using the File Language.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
sorter(Comparator<Object> sorter)
Pluggable sorter as a java.util.Comparator class.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
sorter(String sorter)
Pluggable sorter as a java.util.Comparator class.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
sslContextParameters(Object sslContextParameters)
Gets the JSSE configuration that overrides any settings in
FtpsEndpoint#ftpClientKeyStoreParameters,
ftpClientTrustStoreParameters, and
FtpsConfiguration#getSecurityProtocol().
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
sslContextParameters(String sslContextParameters)
Gets the JSSE configuration that overrides any settings in
FtpsEndpoint#ftpClientKeyStoreParameters,
ftpClientTrustStoreParameters, and
FtpsConfiguration#getSecurityProtocol().
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
streamDownload(boolean streamDownload)
Sets the download method to use when not using a local working
directory.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
streamDownload(String streamDownload)
Sets the download method to use when not using a local working
directory.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default 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.
|
default 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.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel)
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
transferLoggingLevel(String transferLoggingLevel)
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
transferLoggingVerbose(boolean transferLoggingVerbose)
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
transferLoggingVerbose(String transferLoggingVerbose)
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
username(String username)
Username to use for login.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder advanced()
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder binary(boolean binary)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder binary(String binary)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder charset(String charset)
java.lang.String type.
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder disconnect(boolean disconnect)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder disconnect(String disconnect)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder doneFileName(String doneFileName)
java.lang.String type.
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder fileName(org.apache.camel.Expression fileName)
org.apache.camel.Expression type.
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder fileName(String fileName)
org.apache.camel.Expression type.
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder passiveMode(boolean passiveMode)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder passiveMode(String passiveMode)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder separator(FtpsEndpointBuilderFactory.PathSeparator separator)
org.apache.camel.component.file.remote.RemoteFileConfiguration$PathSeparator type.
Default: UNIX
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder separator(String separator)
org.apache.camel.component.file.remote.RemoteFileConfiguration$PathSeparator type.
Default: UNIX
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds)
int type.
Default: 5
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds)
int type.
Default: 5
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: DEBUG
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder transferLoggingLevel(String transferLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: DEBUG
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder transferLoggingVerbose(boolean transferLoggingVerbose)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder transferLoggingVerbose(String transferLoggingVerbose)
boolean type.
Default: false
Group: commondefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder delete(boolean delete)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder delete(String delete)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder moveFailed(org.apache.camel.Expression moveFailed)
org.apache.camel.Expression type.
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder moveFailed(String moveFailed)
org.apache.camel.Expression type.
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder noop(boolean noop)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder noop(String noop)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder preMove(org.apache.camel.Expression preMove)
org.apache.camel.Expression type.
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder preMove(String preMove)
org.apache.camel.Expression type.
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder preSort(boolean preSort)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder preSort(String preSort)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder recursive(boolean recursive)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder recursive(String recursive)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder resumeDownload(boolean resumeDownload)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder resumeDownload(String resumeDownload)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder streamDownload(boolean streamDownload)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder streamDownload(String streamDownload)
boolean type.
Default: false
Group: consumerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder antExclude(String antExclude)
java.lang.String type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder antFilterCaseSensitive(boolean antFilterCaseSensitive)
boolean type.
Default: true
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder antFilterCaseSensitive(String antFilterCaseSensitive)
boolean type.
Default: true
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder antInclude(String antInclude)
java.lang.String type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
boolean type.
Default: true
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
boolean type.
Default: true
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder exclude(String exclude)
java.lang.String type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder filter(Object filter)
org.apache.camel.component.file.GenericFileFilter<org.apache.commons.net.ftp.FTPFile> type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder filter(String filter)
org.apache.camel.component.file.GenericFileFilter<org.apache.commons.net.ftp.FTPFile> type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder filterDirectory(org.apache.camel.Predicate filterDirectory)
org.apache.camel.Predicate type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder filterDirectory(String filterDirectory)
org.apache.camel.Predicate type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder filterFile(org.apache.camel.Predicate filterFile)
org.apache.camel.Predicate type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder filterFile(String filterFile)
org.apache.camel.Predicate type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder idempotent(Boolean idempotent)
java.lang.Boolean type.
Default: false
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder idempotent(String idempotent)
java.lang.Boolean
type.
Default: false
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder idempotentKey(org.apache.camel.Expression idempotentKey)
org.apache.camel.Expression type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder idempotentKey(String idempotentKey)
org.apache.camel.Expression type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
org.apache.camel.spi.IdempotentRepository type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder idempotentRepository(String idempotentRepository)
org.apache.camel.spi.IdempotentRepository type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder include(String include)
java.lang.String type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder maxDepth(int maxDepth)
int type.
Default: 2147483647
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder maxDepth(String maxDepth)
int type.
Default: 2147483647
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
int type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
int type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder minDepth(int minDepth)
int type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder minDepth(String minDepth)
int type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder move(org.apache.camel.Expression move)
org.apache.camel.Expression type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder move(String move)
org.apache.camel.Expression type.
Group: filterdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.commons.net.ftp.FTPFile> type.
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.commons.net.ftp.FTPFile> type.
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLock(String readLock)
java.lang.String type.
Default: none
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockCheckInterval(long readLockCheckInterval)
long type.
Default: 1000
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockCheckInterval(String readLockCheckInterval)
long type.
Default: 1000
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
boolean type.
Default: true
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles)
boolean type.
Default: true
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: DEBUG
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockLoggingLevel(String readLockLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: DEBUG
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockMarkerFile(boolean readLockMarkerFile)
boolean type.
Default: true
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockMarkerFile(String readLockMarkerFile)
boolean type.
Default: true
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockMinAge(long readLockMinAge)
long type.
Default: 0
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockMinAge(String readLockMinAge)
long type.
Default: 0
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockMinLength(long readLockMinLength)
long type.
Default: 1
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockMinLength(String readLockMinLength)
long type.
Default: 1
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
boolean type.
Default: false
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockRemoveOnCommit(String readLockRemoveOnCommit)
boolean type.
Default: false
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
boolean type.
Default: true
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockRemoveOnRollback(String readLockRemoveOnRollback)
boolean type.
Default: true
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockTimeout(long readLockTimeout)
long type.
Default: 10000
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder readLockTimeout(String readLockTimeout)
long type.
Default: 10000
Group: lockdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
int type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
int type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
int type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
int type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
int type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
int type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder delay(long delay)
long type.
Default: 500
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder delay(String delay)
long type.
Default: 500
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder greedy(boolean greedy)
boolean type.
Default: false
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder greedy(String greedy)
boolean type.
Default: false
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder initialDelay(long initialDelay)
long type.
Default: 1000
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder initialDelay(String initialDelay)
long type.
Default: 1000
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder repeatCount(long repeatCount)
long type.
Default: 0
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder repeatCount(String repeatCount)
long type.
Default: 0
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder scheduler(Object scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder scheduler(String scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder schedulerProperties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder schedulerProperties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder startScheduler(boolean startScheduler)
boolean type.
Default: true
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder startScheduler(String startScheduler)
boolean type.
Default: true
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder timeUnit(String timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder account(String account)
java.lang.String type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder disableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
boolean type.
Default: false
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder disableSecureDataChannelDefaults(String disableSecureDataChannelDefaults)
boolean type.
Default: false
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder execPbsz(Long execPbsz)
java.lang.Long type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder execPbsz(String execPbsz)
java.lang.Long type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder execProt(String execProt)
java.lang.String type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder ftpClientKeyStoreParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientKeyStoreParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder ftpClientKeyStoreParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientKeyStoreParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder ftpClientTrustStoreParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientTrustStoreParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder ftpClientTrustStoreParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientTrustStoreParameters(String, Object) method to add a value
(call the method multiple times to set more values).
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder implicit(boolean implicit)
boolean type.
Default: false
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder implicit(String implicit)
boolean type.
Default: false
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder securityProtocol(String securityProtocol)
java.lang.String type.
Default: TLSv1.2
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: securitydefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder shuffle(boolean shuffle)
boolean type.
Default: false
Group: sortdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder shuffle(String shuffle)
boolean type.
Default: false
Group: sortdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sortBy(Comparator<org.apache.camel.Exchange> sortBy)
java.util.Comparator<org.apache.camel.Exchange>
type.
Group: sortdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sortBy(String sortBy)
java.util.Comparator<org.apache.camel.Exchange>
type.
Group: sortdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sorter(Comparator<Object> sorter)
java.util.Comparator<org.apache.camel.component.file.GenericFile<org.apache.commons.net.ftp.FTPFile>> type.
Group: sortdefault FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder sorter(String sorter)
java.util.Comparator<org.apache.camel.component.file.GenericFile<org.apache.commons.net.ftp.FTPFile>> type.
Group: sortApache Camel