public static interface SshEndpointBuilderFactory.AdvancedSshEndpointBuilder extends SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilder, SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointBuilder |
basic() |
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default SshEndpointBuilderFactory.AdvancedSshEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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 basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilderbasicPropertyBinding in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilderbasicPropertyBinding in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder channelType(String channelType)
java.lang.String type.
Default: exec
Group: advancedchannelType in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuilderchannelType in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder shellPrompt(String shellPrompt)
java.lang.String type.
Group: advancedshellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildershellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder sleepForShellPrompt(long sleepForShellPrompt)
long type.
Default: 100
Group: advancedsleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder sleepForShellPrompt(String sleepForShellPrompt)
long type.
Default: 100
Group: advancedsleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersleepForShellPrompt in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersynchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderdefault SshEndpointBuilderFactory.AdvancedSshEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointConsumerBuildersynchronous in interface SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderApache Camel