SshClientBuilder |
SshClientBuilder.commandTimeout(long commandTimeout) |
Sets the commandTimeout property.
|
SshClientBuilder |
SshClientBuilder.connectionTimeout(int connectionTimeout) |
Sets the connectionTimeout property.
|
SshClientBuilder |
SshClientBuilder.correlator(MessageCorrelator correlator) |
Sets the message correlator.
|
SshClientBuilder |
SshClientBuilder.host(String host) |
Sets the host property.
|
SshClientBuilder |
SshClientBuilder.knownHosts(String knownHosts) |
Sets the knownHosts property.
|
SshClientBuilder |
SshClientBuilder.messageConverter(SshMessageConverter messageConverter) |
Sets the message converter.
|
SshClientBuilder |
SshClientBuilder.password(String password) |
Sets the client password.
|
SshClientBuilder |
SshClientBuilder.pollingInterval(int pollingInterval) |
Sets the polling interval.
|
SshClientBuilder |
SshClientBuilder.port(int port) |
Sets the port property.
|
SshClientBuilder |
SshClientBuilder.privateKeyPassword(String privateKeyPassword) |
Sets the privateKeyPassword property.
|
SshClientBuilder |
SshClientBuilder.privateKeyPath(String privateKeyPath) |
Sets the privateKeyPath property.
|
SshClientBuilder |
SshClientBuilder.strictHostChecking(boolean strictHostChecking) |
Sets the strictHostChecking property.
|
SshClientBuilder |
SshClientBuilder.timeout(long timeout) |
Sets the default timeout.
|
SshClientBuilder |
SshClientBuilder.user(String user) |
Sets the user property.
|