Uses of Class
org.apache.manifoldcf.crawler.connectors.rss.ThrottledFetcher
-
-
Uses of ThrottledFetcher in org.apache.manifoldcf.crawler.connectors.rss
Fields in org.apache.manifoldcf.crawler.connectors.rss declared as ThrottledFetcher Modifier and Type Field Description protected ThrottledFetcherRobots. fetcherFetcher to use to get the data from whereverprotected ThrottledFetcherRSSConnector. fetcherThe throttled fetcher used by this instanceFields in org.apache.manifoldcf.crawler.connectors.rss with type parameters of type ThrottledFetcher Modifier and Type Field Description protected static java.util.Map<java.lang.String,ThrottledFetcher>RSSConnector. fetcherMapStorage for fetcher objectsMethods in org.apache.manifoldcf.crawler.connectors.rss that return ThrottledFetcher Modifier and Type Method Description protected ThrottledFetcherRSSConnector. getFetcher()Given the current parameters, find the correct throttled fetcher object (or create one if not there).Methods in org.apache.manifoldcf.crawler.connectors.rss with parameters of type ThrottledFetcher Modifier and Type Method Description protected RobotsRSSConnector. getRobots(ThrottledFetcher fetcher)Given the current parameters, find the correct robots object (or create one if none found).Constructors in org.apache.manifoldcf.crawler.connectors.rss with parameters of type ThrottledFetcher Constructor Description Robots(ThrottledFetcher fetcher)Constructor.
-