Uses of Interface
org.apache.camel.builder.endpoint.dsl.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder
Packages that use FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder
-
Uses of FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilderModifier and TypeMethodDescriptionFilesEndpointBuilderFactory.FilesEndpointBuilder.advanced()FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) Should an exception be thrown if connection failed (exhausted)By default exception is not thrown and a WARN is logged.FilesEndpointBuilderFactory.AdvancedFilesEndpointBuilder.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.