ScpClientBuilder |
ScpClientBuilder.autoReadFiles(boolean autoReadFiles) |
Deprecated.
|
ScpClientBuilder |
ScpClientBuilder.correlator(com.consol.citrus.message.MessageCorrelator correlator) |
Sets the message correlator.
|
ScpClientBuilder |
ScpClientBuilder.errorHandlingStrategy(com.consol.citrus.message.ErrorHandlingStrategy errorStrategy) |
Sets the error handling strategy.
|
ScpClientBuilder |
ScpClientBuilder.host(String host) |
Sets the host property.
|
ScpClientBuilder |
ScpClientBuilder.knownHosts(String knownHosts) |
Sets the knownHosts property.
|
ScpClientBuilder |
ScpClientBuilder.password(String password) |
Sets the client password.
|
ScpClientBuilder |
ScpClientBuilder.pollingInterval(int pollingInterval) |
Sets the polling interval.
|
ScpClientBuilder |
ScpClientBuilder.port(int port) |
Sets the port property.
|
ScpClientBuilder |
ScpClientBuilder.portOption(String option) |
Sets the port option property.
|
ScpClientBuilder |
ScpClientBuilder.privateKeyPassword(String privateKeyPassword) |
Sets the privateKeyPassword property.
|
ScpClientBuilder |
ScpClientBuilder.privateKeyPath(String privateKeyPath) |
Sets the privateKeyPath property.
|
ScpClientBuilder |
ScpClientBuilder.strictHostChecking(boolean strictHostChecking) |
Sets the strictHostChecking property.
|
ScpClientBuilder |
ScpClientBuilder.timeout(long timeout) |
Sets the default timeout.
|
ScpClientBuilder |
ScpClientBuilder.username(String username) |
Sets the client username.
|