Uses of Class
org.apache.camel.component.ssh.SshConfiguration
-
-
Uses of SshConfiguration in org.apache.camel.component.ssh
Methods in org.apache.camel.component.ssh that return SshConfiguration Modifier and Type Method Description SshConfiguration
SshConfiguration. copy()
SshConfiguration
SshComponent. getConfiguration()
SshConfiguration
SshEndpoint. getConfiguration()
Methods in org.apache.camel.component.ssh with parameters of type SshConfiguration Modifier and Type Method Description void
SshComponent. setConfiguration(SshConfiguration configuration)
Component configurationvoid
SshEndpoint. setConfiguration(SshConfiguration configuration)
Constructors in org.apache.camel.component.ssh with parameters of type SshConfiguration Constructor Description SshEndpoint(String uri, SshComponent component, SshConfiguration configuration)
-