Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
Packages that use SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder
-
Uses of SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SSH component.Methods in org.apache.camel.builder.endpoint.dsl that return SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.SshEndpointProducerBuilder.advanced()SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.channelType(String channelType) Sets the channel type to pass to the Channel as part of command execution.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.clientBuilder(String clientBuilder) Instance of ClientBuilder used by the producer or consumer to create a new SshClient.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.clientBuilder(org.apache.sshd.client.ClientBuilder clientBuilder) Instance of ClientBuilder used by the producer or consumer to create a new SshClient.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.compressions(String compressions) Whether to use compression, and if so which.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.shellPrompt(String shellPrompt) Sets the shellPrompt to be dropped when response is read after command execution.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.sleepForShellPrompt(long sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.sleepForShellPrompt(String sleepForShellPrompt) Sets the sleep period in milliseconds to wait reading response from shell prompt.