C D G I L O P S

C

configure(URI) - Method in class org.apache.camel.component.ssh.SshConfiguration
 
copy() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
createConsumer(Processor) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.ssh.SshComponent
 
createProducer() - Method in class org.apache.camel.component.ssh.SshEndpoint
 

D

DEFAULT_SSH_PORT - Static variable in class org.apache.camel.component.ssh.SshConfiguration
 
doStart() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
doStop() - Method in class org.apache.camel.component.ssh.SshEndpoint
 

G

getCertFilename() - Method in class org.apache.camel.component.ssh.SshComponent
 
getCertFilename() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getCertFilename() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.ssh.SshComponent
 
getConfiguration() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getHost() - Method in class org.apache.camel.component.ssh.SshComponent
 
getHost() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getHost() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getKeyPairProvider() - Method in class org.apache.camel.component.ssh.SshComponent
 
getKeyPairProvider() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getKeyPairProvider() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getKeyType() - Method in class org.apache.camel.component.ssh.SshComponent
 
getKeyType() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getKeyType() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getPassword() - Method in class org.apache.camel.component.ssh.SshComponent
 
getPassword() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getPassword() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getPollCommand() - Method in class org.apache.camel.component.ssh.SshComponent
 
getPollCommand() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getPollCommand() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getPort() - Method in class org.apache.camel.component.ssh.SshComponent
 
getPort() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getPort() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getTimeout() - Method in class org.apache.camel.component.ssh.SshComponent
 
getTimeout() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getTimeout() - Method in class org.apache.camel.component.ssh.SshEndpoint
 
getUsername() - Method in class org.apache.camel.component.ssh.SshComponent
 
getUsername() - Method in class org.apache.camel.component.ssh.SshConfiguration
 
getUsername() - Method in class org.apache.camel.component.ssh.SshEndpoint
 

I

isSingleton() - Method in class org.apache.camel.component.ssh.SshEndpoint
 

L

log - Variable in class org.apache.camel.component.ssh.SshEndpoint
 

O

org.apache.camel.component.ssh - package org.apache.camel.component.ssh
Defines the SSH Component

P

poll() - Method in class org.apache.camel.component.ssh.SshConsumer
 
process(Exchange) - Method in class org.apache.camel.component.ssh.SshProducer
 

S

sendExecCommand(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setCertFilename(String) - Method in class org.apache.camel.component.ssh.SshComponent
 
setCertFilename(String) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the filename of the certificate to use for Authentication.
setCertFilename(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setConfiguration(SshConfiguration) - Method in class org.apache.camel.component.ssh.SshComponent
 
setConfiguration(SshConfiguration) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setHost(String) - Method in class org.apache.camel.component.ssh.SshComponent
 
setHost(String) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the hostname of the remote SSH server.
setHost(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setKeyPairProvider(KeyPairProvider) - Method in class org.apache.camel.component.ssh.SshComponent
 
setKeyPairProvider(KeyPairProvider) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.
setKeyPairProvider(KeyPairProvider) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setKeyType(String) - Method in class org.apache.camel.component.ssh.SshComponent
 
setKeyType(String) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the key type to pass to the KeyPairProvider as part of authentication.
setKeyType(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setPassword(String) - Method in class org.apache.camel.component.ssh.SshComponent
 
setPassword(String) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the password to use in connecting to remote SSH server.
setPassword(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setPollCommand(String) - Method in class org.apache.camel.component.ssh.SshComponent
 
setPollCommand(String) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the command string to send to the remote SSH server during every poll cycle.
setPollCommand(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setPort(int) - Method in class org.apache.camel.component.ssh.SshComponent
 
setPort(int) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the port number for the remote SSH server.
setPort(int) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setTimeout(long) - Method in class org.apache.camel.component.ssh.SshComponent
 
setTimeout(long) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the timeout in milliseconds to wait in establishing the remote SSH server connection.
setTimeout(long) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
setUsername(String) - Method in class org.apache.camel.component.ssh.SshComponent
 
setUsername(String) - Method in class org.apache.camel.component.ssh.SshConfiguration
Sets the username to use in logging into the remote SSH server.
setUsername(String) - Method in class org.apache.camel.component.ssh.SshEndpoint
 
SshComponent - Class in org.apache.camel.component.ssh
Represents the component that manages SshEndpoint.
SshComponent() - Constructor for class org.apache.camel.component.ssh.SshComponent
 
SshConfiguration - Class in org.apache.camel.component.ssh
 
SshConfiguration() - Constructor for class org.apache.camel.component.ssh.SshConfiguration
 
SshConfiguration(URI) - Constructor for class org.apache.camel.component.ssh.SshConfiguration
 
SshConsumer - Class in org.apache.camel.component.ssh
 
SshConsumer(SshEndpoint, Processor) - Constructor for class org.apache.camel.component.ssh.SshConsumer
 
SshEndpoint - Class in org.apache.camel.component.ssh
Represents an SSH endpoint.
SshEndpoint() - Constructor for class org.apache.camel.component.ssh.SshEndpoint
 
SshEndpoint(String, SshComponent) - Constructor for class org.apache.camel.component.ssh.SshEndpoint
 
SshEndpoint(String, SshComponent, SshConfiguration) - Constructor for class org.apache.camel.component.ssh.SshEndpoint
 
SshProducer - Class in org.apache.camel.component.ssh
 
SshProducer(SshEndpoint) - Constructor for class org.apache.camel.component.ssh.SshProducer
 

C D G I L O P S

Apache CAMEL