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.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|