Uses of Class
com.norconex.crawler.fs.fetch.impl.ftp.FtpFetcherConfig
Packages that use FtpFetcherConfig
-
Uses of FtpFetcherConfig in com.norconex.crawler.fs.fetch.impl.ftp
Methods in com.norconex.crawler.fs.fetch.impl.ftp that return FtpFetcherConfigModifier and TypeMethodDescriptionFtpFetcher.getConfiguration()FtpFetcherConfig.setAutodetectUtf8(boolean autodetectUtf8) FtpFetcherConfig.setConnectTimeout(Duration connectTimeout) FtpFetcherConfig.setControlEncoding(String controlEncoding) FtpFetcherConfig.setControlKeepAliveReplyTimeout(Duration controlKeepAliveReplyTimeout) FtpFetcherConfig.setControlKeepAliveTimeout(Duration controlKeepAliveTimeout) FtpFetcherConfig.setDataChannelProtectionLevel(com.github.robtimus.filesystems.ftp.DataChannelProtectionLevel dataChannelProtectionLevel) FtpFetcherConfig.setDataTimeout(Duration dataTimeout) FtpFetcherConfig.setDefaultDateFormat(String defaultDateFormat) FtpFetcherConfig.setPassiveMode(boolean passiveMode) FtpFetcherConfig.setRecentDateFormat(String recentDateFormat) FtpFetcherConfig.setRemoteVerificationDisabled(boolean remoteVerificationDisabled) FtpFetcherConfig.setSecurityMode(com.github.robtimus.filesystems.ftp.SecurityMode securityMode) FtpFetcherConfig.setServerLanguageCode(String serverLanguageCode) final FtpFetcherConfigFtpFetcherConfig.setShortMonthNames(List<String> shortMonthNames) FtpFetcherConfig.setSocketTimeout(Duration socketTimeout) FtpFetcherConfig.setUserDirIsRoot(boolean userDirIsRoot)