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