Package org.apache.manifoldcf.crawler.connectors.rss

Interface Summary
IThrottledConnection This interface represents an established connection to a URL.
 

Class Summary
DataCache This class is a cache of a specific URL's data.
GetSeedList This class is used to set the seed list for a specified RSS job.
Robots This class is a cache of a specific robots data.
Robots.Record This class represents a record in a robots.txt file.
RSSConnector This is the RSS implementation of the IRepositoryConnector interface.
RSSConnector.CanonicalizationPolicies Class representing a list of canonicalization rules
RSSConnector.CanonicalizationPolicy Class representing a URL regular expression match, for the purposes of determining canonicalization policy
RSSConnector.EvaluatorToken Evaluator token.
RSSConnector.EvaluatorTokenStream Token stream.
RSSConnector.Filter Class that handles parsing and interpretation of the document specification.
RSSConnector.MappingRule Class representing a mapping rule
RSSConnector.MappingRules Class that represents all mappings
RSSConnector.NameValue Name/value class
SetSeedList This class is used to set the seed list for a specified RSS job.
ThrottledFetcher This class uses httpclient to fetch stuff from webservers.
ThrottledFetcher.DataRecorder This class takes care of recording data and results for posterity
ThrottledFetcher.DataSession Helper class for the above
ThrottledFetcher.ThrottledConnection This class represents an established connection to a URL.
ThrottledFetcher.ThrottledConnection.ExecuteMethodThread  
ThrottledFetcher.ThrottledInputstream This class throttles an input stream based on the specified byte rate parameters.