Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.AdvancedSshEndpointBuilder
Packages that use SshEndpointBuilderFactory.AdvancedSshEndpointBuilder
-
Uses of SshEndpointBuilderFactory.AdvancedSshEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SshEndpointBuilderFactory.AdvancedSshEndpointBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.SshEndpointBuilder.advanced()SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.channelType(String channelType) Sets the channel type to pass to the Channel as part of command execution.SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.shellPrompt(String shellPrompt) Sets the shellPrompt to be dropped when response is read after command execution.SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.sleepForShellPrompt(long sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.sleepForShellPrompt(String sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.