| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SshEndpointBuilderFactory.AdvancedSshEndpointBuilder
Advanced builder for endpoint for the SSH component.
|
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.advanced() |
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.channelType(String channelType)
Sets the channel type to pass to the Channel as part of command
execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.shellPrompt(String shellPrompt)
Sets the shellPrompt to be dropped when response is read after
command execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.sleepForShellPrompt(long sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.sleepForShellPrompt(String sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
Apache Camel