Uses of Interface
org.apache.camel.builder.component.dsl.SshComponentBuilderFactory.SshComponentBuilder
Packages that use SshComponentBuilderFactory.SshComponentBuilder
-
Uses of SshComponentBuilderFactory.SshComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SshComponentBuilderFactory.SshComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.ssh()SSH (camel-ssh) Execute commands on remote hosts using SSH. -
Uses of SshComponentBuilderFactory.SshComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SshComponentBuilderFactory.SshComponentBuilderMethods in org.apache.camel.builder.component.dsl that return SshComponentBuilderFactory.SshComponentBuilderModifier and TypeMethodDescriptionSshComponentBuilderFactory.SshComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SshComponentBuilderFactory.SshComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SshComponentBuilderFactory.SshComponentBuilder.certResource(String certResource) Sets the resource path of the certificate to use for Authentication.SshComponentBuilderFactory.SshComponentBuilder.certResourcePassword(String certResourcePassword) Sets the password to use in loading certResource, if certResource is an encrypted key.SshComponentBuilderFactory.SshComponentBuilder.channelType(String channelType) Sets the channel type to pass to the Channel as part of command execution.SshComponentBuilderFactory.SshComponentBuilder.configuration(org.apache.camel.component.ssh.SshConfiguration configuration) Component configuration.SshComponentBuilderFactory.SshComponentBuilder.failOnUnknownHost(boolean failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.SshComponentBuilderFactory.SshComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.SshComponentBuilderFactory.SshComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.SshComponentBuilderFactory.SshComponentBuilder.keyPairProvider(org.apache.sshd.common.keyprovider.KeyPairProvider keyPairProvider) Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.Sets the key type to pass to the KeyPairProvider as part of authentication.SshComponentBuilderFactory.SshComponentBuilder.knownHostsResource(String knownHostsResource) Sets the resource path for a known_hosts file.SshComponentBuilderFactory.SshComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Sets the password to use in connecting to remote SSH server.SshComponentBuilderFactory.SshComponentBuilder.pollCommand(String pollCommand) Sets the command string to send to the remote SSH server during every poll cycle.SshComponentBuilderFactory.SshComponentBuilder.shellPrompt(String shellPrompt) Sets the shellPrompt to be dropped when response is read after command execution.SshComponentBuilderFactory.SshComponentBuilder.sleepForShellPrompt(long sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.SshComponentBuilderFactory.ssh()SSH (camel-ssh) Execute commands on remote hosts using SSH.SshComponentBuilderFactory.SshComponentBuilder.timeout(long timeout) Sets the timeout in milliseconds to wait in establishing the remote SSH server connection.Sets the username to use in logging into the remote SSH server.