Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder
Packages that use FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder
-
Uses of FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilderModifier and TypeMethodDescriptionFtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.activePortRange(String activePortRange) Set the client side port range in active mode.FtpEndpointBuilderFactory.FtpEndpointBuilder.advanced()FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.bufferSize(int bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.bufferSize(String bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.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.AdvancedFtpEndpointBuilder.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.AdvancedFtpEndpointBuilder.ftpClient(org.apache.commons.net.ftp.FTPClient ftpClient) To use a custom instance of FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.ftpClientConfig(String ftpClientConfig) To use a custom instance of FTPClientConfig to configure the FTP client the endpoint should use.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.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.AdvancedFtpEndpointBuilder.ftpClientConfigParameters(String key, Object value) Used by FtpComponent to provide additional parameters for the FTPClientConfig.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.ftpClientConfigParameters(Map values) Used by FtpComponent to provide additional parameters for the FTPClientConfig.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.ftpClientParameters(String key, Object value) Used by FtpComponent to provide additional parameters for the FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.ftpClientParameters(Map values) Used by FtpComponent to provide additional parameters for the FTPClient.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.siteCommand(String siteCommand) Sets optional site command(s) to be executed after successful login.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.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.AdvancedFtpEndpointBuilder.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.AdvancedFtpEndpointBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.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.