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