Uses of Class
com.consol.citrus.ftp.client.FtpClientBuilder
-
Packages that use FtpClientBuilder Package Description com.consol.citrus.ftp.client -
-
Uses of FtpClientBuilder in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client that return FtpClientBuilder Modifier and Type Method Description FtpClientBuilderFtpClientBuilder. autoReadFiles(boolean autoReadFiles)Sets the auto read files property.FtpClientBuilderFtpClientBuilder. correlator(MessageCorrelator correlator)Sets the message correlator.FtpClientBuilderFtpClientBuilder. errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)Sets the error handling strategy.FtpClientBuilderFtpClientBuilder. host(String host)Sets the host property.FtpClientBuilderFtpClientBuilder. localPassiveMode(boolean localPassiveMode)Sets the local passive mode property.FtpClientBuilderFtpClientBuilder. password(String password)Sets the client password.FtpClientBuilderFtpClientBuilder. pollingInterval(int pollingInterval)Sets the polling interval.FtpClientBuilderFtpClientBuilder. port(int port)Sets the port property.FtpClientBuilderFtpClientBuilder. timeout(long timeout)Sets the default timeout.FtpClientBuilderFtpClientBuilder. username(String username)Sets the client username.
-