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