public static interface SshEndpointBuilderFactory.AdvancedSshEndpointBuilder extends SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder, SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointBuilder |
basic() |
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
channelType(String channelType)
Sets the channel type to pass to the Channel as part of command
execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
shellPrompt(String shellPrompt)
Sets the shellPrompt to be dropped when response is read after
command execution.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
sleepForShellPrompt(long sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
sleepForShellPrompt(String sleepForShellPrompt)
Sets the sleep period in milliseconds to wait reading response from
shell prompt.
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUridefault SshEndpointBuilderFactory.SshEndpointBuilder basic()
basic in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilderbasic in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder channelType(String channelType)
channelType in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilderchannelType in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderchannelType - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder shellPrompt(String shellPrompt)
shellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildershellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuildershellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder sleepForShellPrompt(long sleepForShellPrompt)
sleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuildersleepForShellPrompt - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder sleepForShellPrompt(String sleepForShellPrompt)
sleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuildersleepForShellPrompt - the value to setApache Camel