A C D E F G H M P R S T U _

A

AbstractFeedFetcher - class com.sun.syndication.fetcher.impl.AbstractFeedFetcher.
 
AbstractFeedFetcher() - Constructor for class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 
addFetcherEventListener(FetcherListener) - Method in interface com.sun.syndication.fetcher.FeedFetcher
Add a FetcherListener.
addFetcherEventListener(FetcherListener) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 

C

com.sun.syndication.fetcher - package com.sun.syndication.fetcher
 
com.sun.syndication.fetcher.impl - package com.sun.syndication.fetcher.impl
 
com.sun.syndication.fetcher.samples - package com.sun.syndication.fetcher.samples
 

D

DEFAULT_USER_AGENT - Static variable in interface com.sun.syndication.fetcher.FeedFetcher
The default user agent.
defaultCharacterEncoding - Static variable in class com.sun.syndication.fetcher.impl.ResponseHandler
 

E

EVENT_TYPE_FEED_POLLED - Static variable in class com.sun.syndication.fetcher.FetcherEvent
 
EVENT_TYPE_FEED_RETRIEVED - Static variable in class com.sun.syndication.fetcher.FetcherEvent
 
EVENT_TYPE_FEED_UNCHANGED - Static variable in class com.sun.syndication.fetcher.FetcherEvent
 

F

FeedAggregator - class com.sun.syndication.fetcher.samples.FeedAggregator.
It aggregates a list of RSS/Atom feeds (they can be of different types) into a single feed of the specified type.
FeedAggregator() - Constructor for class com.sun.syndication.fetcher.samples.FeedAggregator
 
FeedFetcher - interface com.sun.syndication.fetcher.FeedFetcher.
 
FeedFetcherCache - interface com.sun.syndication.fetcher.impl.FeedFetcherCache.
An interface to allow caching of feeds.
FeedReader - class com.sun.syndication.fetcher.samples.FeedReader.
Reads and prints any RSS/Atom feed type.
FeedReader() - Constructor for class com.sun.syndication.fetcher.samples.FeedReader
 
FeedReader.FetcherEventListenerImpl - class com.sun.syndication.fetcher.samples.FeedReader.FetcherEventListenerImpl.
 
FeedReader.FetcherEventListenerImpl() - Constructor for class com.sun.syndication.fetcher.samples.FeedReader.FetcherEventListenerImpl
 
FetcherEvent - class com.sun.syndication.fetcher.FetcherEvent.
 
FetcherEvent(Object) - Constructor for class com.sun.syndication.fetcher.FetcherEvent
 
FetcherEvent(Object, String, String) - Constructor for class com.sun.syndication.fetcher.FetcherEvent
 
FetcherException - exception com.sun.syndication.fetcher.FetcherException.
 
FetcherException(Throwable) - Constructor for class com.sun.syndication.fetcher.FetcherException
 
FetcherException(String, Throwable) - Constructor for class com.sun.syndication.fetcher.FetcherException
 
FetcherException(String) - Constructor for class com.sun.syndication.fetcher.FetcherException
 
FetcherException(int, String) - Constructor for class com.sun.syndication.fetcher.FetcherException
 
FetcherListener - interface com.sun.syndication.fetcher.FetcherListener.
 
fetcherEvent(FetcherEvent) - Method in interface com.sun.syndication.fetcher.FetcherListener
Called when a fetcher event occurs
fetcherEvent(FetcherEvent) - Method in class com.sun.syndication.fetcher.samples.FeedReader.FetcherEventListenerImpl
 
fireEvent(String, URLConnection) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 
fireEvent(String, String) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 

G

get(Object) - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 
getCharacterEncoding(URLConnection) - Static method in class com.sun.syndication.fetcher.impl.ResponseHandler
 
getCharacterEncoding(String) - Static method in class com.sun.syndication.fetcher.impl.ResponseHandler
Gets the character encoding of a response.
getETag() - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
getEventType() - Method in class com.sun.syndication.fetcher.FetcherEvent
 
getFeedInfo(URL) - Method in interface com.sun.syndication.fetcher.impl.FeedFetcherCache
Get a SyndFeedInfo object from the cache.
getFeedInfo(URL) - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 
getFeedInfoCache() - Method in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
getId() - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
getInfoCache() - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 
getInstance() - Static method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
Get the global instance of the cache
getLastModified() - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
getResponseCode() - Method in class com.sun.syndication.fetcher.FetcherException
 
getSyndFeed() - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
getUrl() - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
getUrlString() - Method in class com.sun.syndication.fetcher.FetcherEvent
 
getUserAgent() - Method in interface com.sun.syndication.fetcher.FeedFetcher
 
getUserAgent() - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 

H

HashMapFeedInfoCache - class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache.
A very simple implementation of the FeedFetcherCache interface.
HashMapFeedInfoCache() - Constructor for class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
Constructor for HashMapFeedInfoCache
HttpClientFeedFetcher - class com.sun.syndication.fetcher.impl.HttpClientFeedFetcher.
 
HttpClientFeedFetcher() - Constructor for class com.sun.syndication.fetcher.impl.HttpClientFeedFetcher
 
HttpClientFeedFetcher(FeedFetcherCache) - Constructor for class com.sun.syndication.fetcher.impl.HttpClientFeedFetcher
 
HttpURLFeedFetcher - class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher.
Class to retrieve syndication files via HTTP.
HttpURLFeedFetcher() - Constructor for class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
Constructor to use HttpURLFeedFetcher without caching of feeds
HttpURLFeedFetcher(FeedFetcherCache) - Constructor for class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
Constructor to enable HttpURLFeedFetcher to cache feeds
handleErrorCodes(int) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
Handles HTTP error codes.

M

main(String[]) - Static method in class com.sun.syndication.fetcher.samples.FeedAggregator
 
main(String[]) - Static method in class com.sun.syndication.fetcher.samples.FeedReader
 

P

POLL_EVENT - Static variable in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
put(Object, Object) - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 

R

RETRIEVE_EVENT - Static variable in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
ResponseHandler - class com.sun.syndication.fetcher.impl.ResponseHandler.
Utility class to help deal with HTTP responses
ResponseHandler() - Constructor for class com.sun.syndication.fetcher.impl.ResponseHandler
 
removeFetcherPolledListener(FetcherListener) - Method in interface com.sun.syndication.fetcher.FeedFetcher
Remove a FetcherListener
removeFetcherPolledListener(FetcherListener) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 
resetFeedInfo(URL, SyndFeedInfo, URLConnection) - Method in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
responseCode - Variable in class com.sun.syndication.fetcher.FetcherException
 
retrieveAndCacheFeed(URL, SyndFeedInfo, URLConnection) - Method in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
retrieveFeed(URL) - Method in interface com.sun.syndication.fetcher.FeedFetcher
Retrieve a feed over HTTP
retrieveFeed(URL) - Method in class com.sun.syndication.fetcher.impl.HttpClientFeedFetcher
 
retrieveFeed(URL) - Method in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
Retrieve a feed over HTTP

S

SyndFeedInfo - class com.sun.syndication.fetcher.impl.SyndFeedInfo.
A class to represent a SyndFeed and some useful information about it.
SyndFeedInfo() - Constructor for class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
setETag(String) - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
setEventType(String) - Method in class com.sun.syndication.fetcher.FetcherEvent
 
setFeedInfo(URL, SyndFeedInfo) - Method in interface com.sun.syndication.fetcher.impl.FeedFetcherCache
Add a SyndFeedInfo object to the cache
setFeedInfo(URL, SyndFeedInfo) - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 
setFeedInfoCache(FeedFetcherCache) - Method in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
setId(String) - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
setInfoCache(Map) - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 
setLastModified(Object) - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
setRequestHeaders(URLConnection, SyndFeedInfo) - Method in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
Set appropriate HTTP headers, including conditional get and gzip encoding headers
setSyndFeed(SyndFeed) - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
setUrl(URL) - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
 
setUrlString(String) - Method in class com.sun.syndication.fetcher.FetcherEvent
 
setUserAgent(String) - Method in interface com.sun.syndication.fetcher.FeedFetcher
 
setUserAgent(String) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 

T

throw4XXError(int) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 

U

UNCHANGED_EVENT - Static variable in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 

_

_instance - Static variable in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 

A C D E F G H M P R S T U _

Copyright © 2004 Sun Microsystems. All Rights Reserved.