Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
M
P
R
S
T
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
clone()
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
Creates a deep 'bean' clone of the object.
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
combineFeeds(SyndFeed, SyndFeed)
- Static method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
Combine the entries in two feeds into a single feed.
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
equals(Object)
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
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
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
FetcherEvent(Object, String, String, SyndFeed)
- 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
fireEvent(String, URLConnection)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
fireEvent(String, URLConnection, SyndFeed)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
fireEvent(String, String)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
fireEvent(String, String, SyndFeed)
- 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.
getCredentialSupplier()
- Method in class com.sun.syndication.fetcher.impl.
HttpClientFeedFetcher
getCredentials(String, String)
- Method in interface com.sun.syndication.fetcher.impl.
HttpClientFeedFetcher.CredentialSupplier
getETag()
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
getEventType()
- Method in class com.sun.syndication.fetcher.
FetcherEvent
getFeed()
- 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
HttpClientFeedFetcher(FeedFetcherCache, HttpClientFeedFetcher.CredentialSupplier)
- Constructor for class com.sun.syndication.fetcher.impl.
HttpClientFeedFetcher
HttpClientFeedFetcher.CredentialSupplier
- interface com.sun.syndication.fetcher.impl.
HttpClientFeedFetcher.CredentialSupplier
.
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.
hashCode()
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
Returns a hashcode value for the object.
I
isUsingDeltaEncoding()
- Method in interface com.sun.syndication.fetcher.
FeedFetcher
Is this fetcher using rfc3229 delta encoding?
isUsingDeltaEncoding()
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
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
put(Object, Object)
- Method in class com.sun.syndication.fetcher.impl.
HashMapFeedInfoCache
R
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
removeFetcherEventListener(FetcherListener)
- Method in interface com.sun.syndication.fetcher.
FeedFetcher
Remove a FetcherListener
removeFetcherEventListener(FetcherListener)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
resetFeedInfo(URL, SyndFeedInfo, HttpURLConnection)
- Method in class com.sun.syndication.fetcher.impl.
HttpURLFeedFetcher
retrieveAndCacheFeed(URL, SyndFeedInfo, HttpURLConnection)
- 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
setCredentialSupplier(HttpClientFeedFetcher.CredentialSupplier)
- Method in class com.sun.syndication.fetcher.impl.
HttpClientFeedFetcher
setETag(String)
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
setEventType(String)
- Method in class com.sun.syndication.fetcher.
FetcherEvent
setFeed(SyndFeed)
- 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
setUsingDeltaEncoding(boolean)
- Method in interface com.sun.syndication.fetcher.
FeedFetcher
Turn on or off rfc3229 delta encoding
setUsingDeltaEncoding(boolean)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
T
throw4XXError(int)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
throwAuthenticationError(int)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
toString()
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
Returns the String representation for the object.
A
C
D
E
F
G
H
I
M
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2005 Sun Microsystems. All Rights Reserved.