Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder
Packages that use FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder
-
Uses of FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the FTP component.Methods in org.apache.camel.builder.endpoint.dsl that return FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilderModifier and TypeMethodDescriptionFtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.activePortRange(String activePortRange) Set the client side port range in active mode.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.advanced()FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.allowNullBody(boolean allowNullBody) Used to specify if a null body is allowed during file writing.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.allowNullBody(String allowNullBody) Used to specify if a null body is allowed during file writing.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.bufferSize(int bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.bufferSize(String bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).Allows you to set chmod on the stored file.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.disconnectOnBatchComplete(boolean disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.disconnectOnBatchComplete(String disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.eagerDeleteTargetFile(boolean eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.eagerDeleteTargetFile(String eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.fastExistsCheck(boolean fastExistsCheck) If set this option to be true, camel-ftp will use the list file directly to check if the file exists.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.fastExistsCheck(String fastExistsCheck) If set this option to be true, camel-ftp will use the list file directly to check if the file exists.To use a custom instance of FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClient(org.apache.commons.net.ftp.FTPClient ftpClient) To use a custom instance of FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClientConfig(String ftpClientConfig) To use a custom instance of FTPClientConfig to configure the FTP client the endpoint should use.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClientConfig(org.apache.commons.net.ftp.FTPClientConfig ftpClientConfig) To use a custom instance of FTPClientConfig to configure the FTP client the endpoint should use.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClientConfigParameters(String key, Object value) Used by FtpComponent to provide additional parameters for the FTPClientConfig.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClientConfigParameters(Map values) Used by FtpComponent to provide additional parameters for the FTPClientConfig.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClientParameters(String key, Object value) Used by FtpComponent to provide additional parameters for the FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.ftpClientParameters(Map values) Used by FtpComponent to provide additional parameters for the FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.keepLastModified(boolean keepLastModified) Will keep the last modified timestamp from the source file (if any).FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.keepLastModified(String keepLastModified) Will keep the last modified timestamp from the source file (if any).FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.moveExistingFileStrategy(String moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.moveExistingFileStrategy(org.apache.camel.component.file.strategy.FileMoveExistingStrategy moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.sendNoop(boolean sendNoop) Whether to send a noop command as a pre-write check before uploading files to the FTP server.Whether to send a noop command as a pre-write check before uploading files to the FTP server.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.siteCommand(String siteCommand) Sets optional site command(s) to be executed after successful login.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.soTimeout(int soTimeout) Sets the so timeout FTP and FTPS Is the SocketOptions.SO_TIMEOUT value in millis.Sets the so timeout FTP and FTPS Is the SocketOptions.SO_TIMEOUT value in millis.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.stepwise(boolean stepwise) Sets whether we should stepwise change directories while traversing file structures when downloading files, or as well when uploading a file to a directory.Sets whether we should stepwise change directories while traversing file structures when downloading files, or as well when uploading a file to a directory.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.timeout(int timeout) Sets the data timeout for waiting for reply Used only by FTPClient.Sets the data timeout for waiting for reply Used only by FTPClient.