- setAllowDoctypes(boolean) - Method in interface com.rometools.fetcher.FeedFetcher
-
Deprecated.
In ROME 1.5.1 we fixed a security vulnerability by disallowing Doctype declarations by default.
- setAllowDoctypes(boolean) - Method in class com.rometools.fetcher.impl.AbstractFeedFetcher
-
Deprecated.
- setConnectTimeout(int) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setConnectTimeout(int) - Method in class com.rometools.fetcher.impl.HttpURLFeedFetcher
-
Deprecated.
- setCredentialSupplier(HttpClientFeedFetcher.CredentialSupplier) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setCustomRequestHeaders(Map<String, String>) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
Apply any request headers to the HTTP method call.
- setETag(String) - Method in class com.rometools.fetcher.impl.SyndFeedInfo
-
Deprecated.
- setEventType(String) - Method in class com.rometools.fetcher.FetcherEvent
-
Deprecated.
- setFeed(SyndFeed) - Method in class com.rometools.fetcher.FetcherEvent
-
Deprecated.
- setFeedInfo(URL, SyndFeedInfo) - Method in class com.rometools.fetcher.impl.DiskFeedInfoCache
-
Deprecated.
- setFeedInfo(URL, SyndFeedInfo) - Method in interface com.rometools.fetcher.impl.FeedFetcherCache
-
Deprecated.
Add a SyndFeedInfo object to the cache
- setFeedInfo(URL, SyndFeedInfo) - Method in class com.rometools.fetcher.impl.HashMapFeedInfoCache
-
Deprecated.
- setFeedInfoCache(FeedFetcherCache) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setFeedInfoCache(FeedFetcherCache) - Method in class com.rometools.fetcher.impl.HttpURLFeedFetcher
-
Deprecated.
- setHttpClientMethodCallback(HttpClientFeedFetcher.HttpClientMethodCallbackIntf) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setHttpClientParams(HttpClientParams) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setId(String) - Method in class com.rometools.fetcher.impl.SyndFeedInfo
-
Deprecated.
- setInfoCache(Map<String, SyndFeedInfo>) - Method in class com.rometools.fetcher.impl.HashMapFeedInfoCache
-
Deprecated.
The API of this class indicates that map must thread safe.
- setLastModified(Object) - Method in class com.rometools.fetcher.impl.SyndFeedInfo
-
Deprecated.
- setMaxEntries(int) - Method in class com.rometools.fetcher.impl.LinkedHashMapFeedInfoCache
-
Deprecated.
- setPreserveWireFeed(boolean) - Method in interface com.rometools.fetcher.FeedFetcher
-
Deprecated.
If set to true, the WireFeed will be made accessible from the SyndFeed object returned from
the Fetcher via the originalWireFeed() method.
- setPreserveWireFeed(boolean) - Method in class com.rometools.fetcher.impl.AbstractFeedFetcher
-
Deprecated.
- setReadTimeout(int) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setRequestHeaders(URLConnection, SyndFeedInfo, String) - Method in class com.rometools.fetcher.impl.HttpURLFeedFetcher
-
Deprecated.
Set appropriate HTTP headers, including conditional get and gzip encoding headers
- setRetryHandler(HttpMethodRetryHandler) - Method in class com.rometools.fetcher.impl.HttpClientFeedFetcher
-
Deprecated.
- setSyndFeed(SyndFeed) - Method in class com.rometools.fetcher.impl.SyndFeedInfo
-
Deprecated.
- setUrl(URL) - Method in class com.rometools.fetcher.impl.SyndFeedInfo
-
Deprecated.
- setUrlString(String) - Method in class com.rometools.fetcher.FetcherEvent
-
Deprecated.
- setUserAgent(String) - Method in interface com.rometools.fetcher.FeedFetcher
-
Deprecated.
- setUserAgent(String) - Method in class com.rometools.fetcher.impl.AbstractFeedFetcher
-
Deprecated.
- setUsingDeltaEncoding(boolean) - Method in interface com.rometools.fetcher.FeedFetcher
-
Deprecated.
Turn on or off rfc3229 delta encoding
See http://www.ietf.org/rfc/rfc3229.txt and
http://bobwyman.pubsub.com/main/2004/09/using_rfc3229_w.html
NOTE: This is experimental and feedback is welcome!
- setUsingDeltaEncoding(boolean) - Method in class com.rometools.fetcher.impl.AbstractFeedFetcher
-
Deprecated.
- SyndFeedInfo - Class in com.rometools.fetcher.impl
-
- SyndFeedInfo() - Constructor for class com.rometools.fetcher.impl.SyndFeedInfo
-
Deprecated.