public class SftpClientBuilder extends AbstractEndpointBuilder<SftpClient>
| Constructor and Description |
|---|
SftpClientBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SftpClientBuilder |
autoReadFiles(boolean autoReadFiles)
Sets the auto read files property.
|
SftpClientBuilder |
correlator(MessageCorrelator correlator)
Sets the message correlator.
|
SftpClientBuilder |
errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)
Sets the error handling strategy.
|
protected SftpClient |
getEndpoint() |
SftpClientBuilder |
host(String host)
Sets the host property.
|
SftpClientBuilder |
knownHosts(String knownHosts)
Sets the knownHosts property.
|
SftpClientBuilder |
localPassiveMode(boolean localPassiveMode)
Sets the local passive mode property.
|
SftpClientBuilder |
password(String password)
Sets the client password.
|
SftpClientBuilder |
pollingInterval(int pollingInterval)
Sets the polling interval.
|
SftpClientBuilder |
port(int port)
Sets the port property.
|
SftpClientBuilder |
preferredAuthentications(String preferredAuthentications)
Sets the preferred authentications property.
|
SftpClientBuilder |
privateKeyPassword(String privateKeyPassword)
Sets the privateKeyPassword property.
|
SftpClientBuilder |
privateKeyPath(String privateKeyPath)
Sets the privateKeyPath property.
|
SftpClientBuilder |
sessionConfigs(Map<String,String> sessionConfigs)
Sets the sessionConfigs property.
|
SftpClientBuilder |
strictHostChecking(boolean strictHostChecking)
Sets the strictHostChecking property.
|
SftpClientBuilder |
timeout(long timeout)
Sets the default timeout.
|
SftpClientBuilder |
username(String username)
Sets the client username.
|
actor, applicationContext, build, build, initialize, nameprotected SftpClient getEndpoint()
getEndpoint in class AbstractEndpointBuilder<SftpClient>public SftpClientBuilder host(String host)
host - public SftpClientBuilder port(int port)
port - public SftpClientBuilder autoReadFiles(boolean autoReadFiles)
autoReadFiles - public SftpClientBuilder localPassiveMode(boolean localPassiveMode)
localPassiveMode - public SftpClientBuilder username(String username)
username - public SftpClientBuilder password(String password)
password - public SftpClientBuilder privateKeyPath(String privateKeyPath)
privateKeyPath - public SftpClientBuilder privateKeyPassword(String privateKeyPassword)
privateKeyPassword - public SftpClientBuilder strictHostChecking(boolean strictHostChecking)
strictHostChecking - public SftpClientBuilder knownHosts(String knownHosts)
knownHosts - public SftpClientBuilder preferredAuthentications(String preferredAuthentications)
preferredAuthentications - public SftpClientBuilder sessionConfigs(Map<String,String> sessionConfigs)
sessionConfigs - public SftpClientBuilder correlator(MessageCorrelator correlator)
correlator - public SftpClientBuilder errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)
errorStrategy - public SftpClientBuilder pollingInterval(int pollingInterval)
pollingInterval - public SftpClientBuilder timeout(long timeout)
timeout - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.