public class ScpClientBuilder extends AbstractEndpointBuilder<ScpClient>
| Constructor and Description |
|---|
ScpClientBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ScpClientBuilder |
autoReadFiles(boolean autoReadFiles)
Deprecated.
received files are always read automatically making this flag obsolete
|
ScpClientBuilder |
correlator(MessageCorrelator correlator)
Sets the message correlator.
|
ScpClientBuilder |
errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)
Sets the error handling strategy.
|
protected ScpClient |
getEndpoint() |
ScpClientBuilder |
host(String host)
Sets the host property.
|
ScpClientBuilder |
knownHosts(String knownHosts)
Sets the knownHosts property.
|
ScpClientBuilder |
password(String password)
Sets the client password.
|
ScpClientBuilder |
pollingInterval(int pollingInterval)
Sets the polling interval.
|
ScpClientBuilder |
port(int port)
Sets the port property.
|
ScpClientBuilder |
portOption(String option)
Sets the port option property.
|
ScpClientBuilder |
privateKeyPassword(String privateKeyPassword)
Sets the privateKeyPassword property.
|
ScpClientBuilder |
privateKeyPath(String privateKeyPath)
Sets the privateKeyPath property.
|
ScpClientBuilder |
strictHostChecking(boolean strictHostChecking)
Sets the strictHostChecking property.
|
ScpClientBuilder |
timeout(long timeout)
Sets the default timeout.
|
ScpClientBuilder |
username(String username)
Sets the client username.
|
actor, applicationContext, build, build, initialize, nameprotected ScpClient getEndpoint()
getEndpoint in class AbstractEndpointBuilder<ScpClient>public ScpClientBuilder portOption(String option)
option - public ScpClientBuilder host(String host)
host - public ScpClientBuilder port(int port)
port - @Deprecated public ScpClientBuilder autoReadFiles(boolean autoReadFiles)
autoReadFiles - public ScpClientBuilder username(String username)
username - public ScpClientBuilder password(String password)
password - public ScpClientBuilder privateKeyPath(String privateKeyPath)
privateKeyPath - public ScpClientBuilder privateKeyPassword(String privateKeyPassword)
privateKeyPassword - public ScpClientBuilder strictHostChecking(boolean strictHostChecking)
strictHostChecking - public ScpClientBuilder knownHosts(String knownHosts)
knownHosts - public ScpClientBuilder correlator(MessageCorrelator correlator)
correlator - public ScpClientBuilder errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)
errorStrategy - public ScpClientBuilder pollingInterval(int pollingInterval)
pollingInterval - public ScpClientBuilder timeout(long timeout)
timeout - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.