FtpClientBuilder |
FtpClientBuilder.autoReadFiles(boolean autoReadFiles) |
Sets the auto read files property.
|
FtpClientBuilder |
FtpClientBuilder.correlator(com.consol.citrus.message.MessageCorrelator correlator) |
Sets the message correlator.
|
FtpClientBuilder |
FtpClientBuilder.errorHandlingStrategy(com.consol.citrus.message.ErrorHandlingStrategy errorStrategy) |
Sets the error handling strategy.
|
FtpClientBuilder |
FtpClientBuilder.host(String host) |
Sets the host property.
|
FtpClientBuilder |
FtpClientBuilder.localPassiveMode(boolean localPassiveMode) |
Sets the local passive mode property.
|
FtpClientBuilder |
FtpClientBuilder.password(String password) |
Sets the client password.
|
FtpClientBuilder |
FtpClientBuilder.pollingInterval(int pollingInterval) |
Sets the polling interval.
|
FtpClientBuilder |
FtpClientBuilder.port(int port) |
Sets the port property.
|
FtpClientBuilder |
FtpClientBuilder.timeout(long timeout) |
Sets the default timeout.
|
FtpClientBuilder |
FtpClientBuilder.username(String username) |
Sets the client username.
|