Uses of Interface
org.apache.camel.builder.endpoint.dsl.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder
Packages that use SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder
-
Uses of SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SFTP component.Methods in org.apache.camel.builder.endpoint.dsl that return SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilderModifier and TypeMethodDescriptionSftpEndpointBuilderFactory.SftpEndpointProducerBuilder.advanced()SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.allowNullBody(boolean allowNullBody) Used to specify if a null body is allowed during file writing.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.allowNullBody(String allowNullBody) Used to specify if a null body is allowed during file writing.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.bindAddress(String bindAddress) Specifies the address of the local interface against which the connection should bind.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.bulkRequests(Integer bulkRequests) Specifies how many requests may be outstanding at any one time.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.bulkRequests(String bulkRequests) Specifies how many requests may be outstanding at any one time.Allows you to set chmod on the stored file.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.chmodDirectory(String chmodDirectory) Allows you to set chmod during path creation.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.compression(int compression) To use compression.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.compression(String compression) To use compression.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.disconnectOnBatchComplete(boolean disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.disconnectOnBatchComplete(String disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.eagerDeleteTargetFile(boolean eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.eagerDeleteTargetFile(String eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.existDirCheckUsingLs(boolean existDirCheckUsingLs) Whether to check for existing directory using LS command or CD.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.existDirCheckUsingLs(String existDirCheckUsingLs) Whether to check for existing directory using LS command or CD.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.fastExistsCheck(boolean fastExistsCheck) If set this option to be true, camel-ftp will use the list file directly to check if the file exists.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.fastExistsCheck(String fastExistsCheck) If set this option to be true, camel-ftp will use the list file directly to check if the file exists.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.filenameEncoding(String filenameEncoding) Encoding to use for FTP client when parsing filenames.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.keepLastModified(boolean keepLastModified) Will keep the last modified timestamp from the source file (if any).SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.keepLastModified(String keepLastModified) Will keep the last modified timestamp from the source file (if any).SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.moveExistingFileStrategy(String moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.proxy(com.jcraft.jsch.Proxy proxy) To use a custom configured com.jcraft.jsch.Proxy.To use a custom configured com.jcraft.jsch.Proxy.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.serverAliveCountMax(int serverAliveCountMax) Sets the number of keep-alive messages which may be sent without receiving any messages back from the server.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.serverAliveCountMax(String serverAliveCountMax) Sets the number of keep-alive messages which may be sent without receiving any messages back from the server.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.serverAliveInterval(int serverAliveInterval) Sets the interval (millis) to send a keep-alive message.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.serverAliveInterval(String serverAliveInterval) Sets the interval (millis) to send a keep-alive message.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.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.