Uses of Class
com.rometools.fetcher.FetcherException
-
Packages that use FetcherException Package Description com.rometools.fetcher com.rometools.fetcher.impl -
-
Uses of FetcherException in com.rometools.fetcher
Methods in com.rometools.fetcher that throw FetcherException Modifier and Type Method Description SyndFeedFeedFetcher. retrieveFeed(String userAgent, URL url)Deprecated.SyndFeedFeedFetcher. retrieveFeed(URL feedUrl)Deprecated.Retrieve a feed over HTTP -
Uses of FetcherException in com.rometools.fetcher.impl
Methods in com.rometools.fetcher.impl that throw FetcherException Modifier and Type Method Description protected voidAbstractFeedFetcher. handleErrorCodes(int responseCode)Deprecated.Handles HTTP error codes.protected voidHttpURLFeedFetcher. retrieveAndCacheFeed(URL feedUrl, SyndFeedInfo syndFeedInfo, HttpURLConnection connection)Deprecated.SyndFeedHttpClientFeedFetcher. retrieveFeed(String userAgent, URL feedUrl)Deprecated.SyndFeedHttpClientFeedFetcher. retrieveFeed(URL url)Deprecated.SyndFeedHttpURLFeedFetcher. retrieveFeed(String userAgent, URL feedUrl)Deprecated.Retrieve a feed over HTTPSyndFeedHttpURLFeedFetcher. retrieveFeed(URL feedUrl)Deprecated.protected voidAbstractFeedFetcher. throw4XXError(int responseCode)Deprecated.protected voidAbstractFeedFetcher. throwAuthenticationError(int responseCode)Deprecated.
-