Interface SshEndpointBuilderFactory.SshBuilders

    • Method Detail

      • ssh

        default SshEndpointBuilderFactory.SshHeaderNameBuilder ssh()
        SSH (camel-ssh) Execute commands on remote hosts using SSH. Category: file Since: 2.10 Maven coordinates: org.apache.camel:camel-ssh
        Returns:
        the dsl builder for the headers' name.
      • ssh

        default SshEndpointBuilderFactory.SshEndpointBuilder ssh​(String path)
        SSH (camel-ssh) Execute commands on remote hosts using SSH. Category: file Since: 2.10 Maven coordinates: org.apache.camel:camel-ssh Syntax: ssh:host:port Path parameter: host (required) Sets the hostname of the remote SSH server. Path parameter: port Sets the port number for the remote SSH server. Default value: 22
        Parameters:
        path - host:port
        Returns:
        the dsl builder
      • ssh

        default SshEndpointBuilderFactory.SshEndpointBuilder ssh​(String componentName,
                                                                 String path)
        SSH (camel-ssh) Execute commands on remote hosts using SSH. Category: file Since: 2.10 Maven coordinates: org.apache.camel:camel-ssh Syntax: ssh:host:port Path parameter: host (required) Sets the hostname of the remote SSH server. Path parameter: port Sets the port number for the remote SSH server. Default value: 22
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host:port
        Returns:
        the dsl builder