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.clientBuilder(String clientBuilder) Instance of ClientBuilder used by the producer or consumer to create a new SshClient.SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.clientBuilder(org.apache.sshd.client.ClientBuilder clientBuilder) Instance of ClientBuilder used by the producer or consumer to create a new SshClient.SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.compressions(String compressions) Whether to use compression, and if so which.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.