Uses of Interface
org.apache.camel.builder.endpoint.dsl.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder
Packages that use ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder
-
Uses of ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ScpEndpointBuilderFactory.AdvancedScpEndpointBuilderModifier and TypeMethodDescriptionScpEndpointBuilderFactory.ScpEndpointBuilder.advanced()ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.allowNullBody(boolean allowNullBody) Used to specify if a null body is allowed during file writing.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.allowNullBody(String allowNullBody) Used to specify if a null body is allowed during file writing.Set a comma separated list of ciphers that will be used in order of preference.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.disconnectOnBatchComplete(boolean disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.disconnectOnBatchComplete(String disconnectOnBatchComplete) Whether or not to disconnect from remote FTP server right after a Batch upload is complete.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.moveExistingFileStrategy(String moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.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.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.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.ScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.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.