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.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, 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 setdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder synchronous(boolean synchronous)
synchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersynchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuildersynchronous - the value to setdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder synchronous(String synchronous)
synchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersynchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuildersynchronous - the value to setApache Camel