Uses of Interface
org.apache.camel.builder.endpoint.dsl.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder
Packages that use SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder
-
Uses of SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilderModifier and TypeMethodDescriptionSftpEndpointBuilderFactory.SftpEndpointBuilder.advanced()SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.bindAddress(String bindAddress) Specifies the address of the local interface against which the connection should bind.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.bulkRequests(Integer bulkRequests) Specifies how many requests may be outstanding at any one time.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.bulkRequests(String bulkRequests) Specifies how many requests may be outstanding at any one time.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.compression(int compression) To use compression.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.compression(String compression) To use compression.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.existDirCheckUsingLs(boolean existDirCheckUsingLs) Whether to check for existing directory using LS command or CD.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.existDirCheckUsingLs(String existDirCheckUsingLs) Whether to check for existing directory using LS command or CD.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.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.AdvancedSftpEndpointBuilder.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.AdvancedSftpEndpointBuilder.filenameEncoding(String filenameEncoding) Encoding to use for FTP client when parsing filenames.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.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.AdvancedSftpEndpointBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.serverAliveCountMax(int serverAliveCountMax) Sets the number of keep-alive messages which may be sent without receiving any messages back from the server.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.serverAliveCountMax(String serverAliveCountMax) Sets the number of keep-alive messages which may be sent without receiving any messages back from the server.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.serverAliveInterval(int serverAliveInterval) Sets the interval (millis) to send a keep-alive message.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.serverAliveInterval(String serverAliveInterval) Sets the interval (millis) to send a keep-alive message.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.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.AdvancedSftpEndpointBuilder.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.AdvancedSftpEndpointBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.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.