Modifier and Type | Field and Description |
---|---|
protected ThrottledFetcher |
RSSConnector.fetcher
The throttled fetcher used by this instance
|
protected ThrottledFetcher |
Robots.fetcher
Fetcher to use to get the data from wherever
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,ThrottledFetcher> |
RSSConnector.fetcherMap
Storage for fetcher objects
|
Modifier and Type | Method and Description |
---|---|
protected ThrottledFetcher |
RSSConnector.getFetcher()
Given the current parameters, find the correct throttled fetcher object
(or create one if not there).
|
Modifier and Type | Method and Description |
---|---|
protected Robots |
RSSConnector.getRobots(ThrottledFetcher fetcher)
Given the current parameters, find the correct robots object (or create
one if none found).
|
Constructor and Description |
---|
Robots(ThrottledFetcher fetcher)
Constructor.
|