@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SshEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SshEndpointBuilderFactory.AdvancedSshEndpointBuilder
Advanced builder for endpoint for the SSH component.
|
static interface |
SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder
Advanced builder for endpoint consumers for the SSH component.
|
static interface |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
Advanced builder for endpoint producers for the SSH component.
|
static interface |
SshEndpointBuilderFactory.SshBuilders |
static interface |
SshEndpointBuilderFactory.SshEndpointBuilder
Builder for endpoint for the SSH component.
|
static interface |
SshEndpointBuilderFactory.SshEndpointConsumerBuilder
Builder for endpoint consumers for the SSH component.
|
static interface |
SshEndpointBuilderFactory.SshEndpointProducerBuilder
Builder for endpoint producers for the SSH component.
|
| Modifier and Type | Method and Description |
|---|---|
static SshEndpointBuilderFactory.SshEndpointBuilder |
ssh(String path)
SSH (camel-ssh)
The ssh component enables access to SSH servers such that you can send an
SSH command, and process the response.
|
static SshEndpointBuilderFactory.SshEndpointBuilder ssh(String path)
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: 22Apache Camel