Interface | Description |
---|---|
IThrottledConnection |
This interface represents an established connection to a URL.
|
Class | Description |
---|---|
DataCache |
This class is a cache of a specific URL's data.
|
DataCache.DocumentData |
This class represents everything we need to know about a document that's getting passed from the
getDocumentVersions() phase to the processDocuments() phase.
|
GetSeedList |
This class is used to set the seed list for a specified RSS job.
|
Messages | |
Robots |
This class is a cache of a specific robots data.
|
Robots.Record |
This class represents a record in a robots.txt file.
|
RSSConfig |
Constants for the RSS connector configuration.
|
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
|
RSSConnector.ThrottleSpec |
The throttle specification 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.AbortChecker |
This class furnishes an abort signal whenever the job activity says it should.
|
ThrottledFetcher.ExecuteMethodThread |
This thread does the actual socket communication with the server.
|
ThrottledFetcher.ThrottledConnection |
This class represents an established connection to a URL.
|
ThrottledFetcher.ThrottledInputstream |
This class throttles an input stream based on the specified byte rate parameters.
|
WebURL |
Replacement class for java.net.URI, which is broken in many ways.
|