public class HttpClientWithTimeoutFeedFetcher
extends com.sun.syndication.fetcher.impl.AbstractFeedFetcher
Modifier and Type | Class and Description |
---|---|
static interface |
HttpClientWithTimeoutFeedFetcher.CredentialSupplier |
Constructor and Description |
---|
HttpClientWithTimeoutFeedFetcher() |
HttpClientWithTimeoutFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache cache) |
HttpClientWithTimeoutFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache cache,
HttpClientWithTimeoutFeedFetcher.CredentialSupplier credentialSupplier) |
Modifier and Type | Method and Description |
---|---|
HttpClientWithTimeoutFeedFetcher.CredentialSupplier |
getCredentialSupplier() |
com.sun.syndication.fetcher.impl.FeedFetcherCache |
getFeedInfoCache() |
com.sun.syndication.feed.synd.SyndFeed |
retrieveFeed(URL feedUrl) |
void |
setCredentialSupplier(HttpClientWithTimeoutFeedFetcher.CredentialSupplier credentialSupplier) |
void |
setFeedInfoCache(com.sun.syndication.fetcher.impl.FeedFetcherCache feedInfoCache) |
addFetcherEventListener, combineFeeds, fireEvent, fireEvent, fireEvent, fireEvent, getUserAgent, handleErrorCodes, isUsingDeltaEncoding, removeFetcherEventListener, setUserAgent, setUsingDeltaEncoding, throw4XXError, throwAuthenticationError
public HttpClientWithTimeoutFeedFetcher()
public HttpClientWithTimeoutFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache cache)
cache
- public HttpClientWithTimeoutFeedFetcher(com.sun.syndication.fetcher.impl.FeedFetcherCache cache, HttpClientWithTimeoutFeedFetcher.CredentialSupplier credentialSupplier)
public com.sun.syndication.fetcher.impl.FeedFetcherCache getFeedInfoCache()
public void setFeedInfoCache(com.sun.syndication.fetcher.impl.FeedFetcherCache feedInfoCache)
feedInfoCache
- the feedInfoCache to setpublic HttpClientWithTimeoutFeedFetcher.CredentialSupplier getCredentialSupplier()
public void setCredentialSupplier(HttpClientWithTimeoutFeedFetcher.CredentialSupplier credentialSupplier)
credentialSupplier
- The credentialSupplier to set.public com.sun.syndication.feed.synd.SyndFeed retrieveFeed(URL feedUrl) throws IllegalArgumentException, IOException, com.sun.syndication.io.FeedException, com.sun.syndication.fetcher.FetcherException
IllegalArgumentException
IOException
com.sun.syndication.io.FeedException
com.sun.syndication.fetcher.FetcherException
FeedFetcher.retrieveFeed(java.net.URL)
Copyright © 2003-2008 Jive Software.