Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
M
P
R
S
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.
FeedFetcherI
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.
FeedFetcherI
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
FeedFetcherCacheI
- interface com.sun.syndication.fetcher.impl.
FeedFetcherCacheI
.
An interface to allow caching of feeds.
FeedFetcherI
- interface com.sun.syndication.fetcher.
FeedFetcherI
.
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(FetcherEvent)
- Method in interface com.sun.syndication.fetcher.
FetcherListener
Called when a fetcher event occurs
FetcherEvent(Object)
- Constructor for class com.sun.syndication.fetcher.
FetcherEvent
FetcherEvent(Object, URL, String)
- Constructor for class com.sun.syndication.fetcher.
FetcherEvent
FetcherException
- exception com.sun.syndication.fetcher.
FetcherException
.
FetcherException(int, String)
- Constructor for class com.sun.syndication.fetcher.
FetcherException
FetcherException(String)
- Constructor for class com.sun.syndication.fetcher.
FetcherException
FetcherException(String, Throwable)
- Constructor for class com.sun.syndication.fetcher.
FetcherException
FetcherException(Throwable)
- Constructor for class com.sun.syndication.fetcher.
FetcherException
FetcherListener
- interface com.sun.syndication.fetcher.
FetcherListener
.
fireEvent(String, URLConnection)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
G
get(Object)
- Method in class com.sun.syndication.fetcher.impl.
HashMapFeedInfoCache
getCharacterEncoding(String)
- Static method in class com.sun.syndication.fetcher.impl.
ResponseHandler
Gets the character encoding of a response.
getCharacterEncoding(URLConnection)
- Static method in class com.sun.syndication.fetcher.impl.
ResponseHandler
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.
FeedFetcherCacheI
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.
FetcherEvent
getUrl()
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
getUserAgent()
- Method in interface com.sun.syndication.fetcher.
FeedFetcherI
getUserAgent()
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
H
handleErrorCodes(int)
- Method in class com.sun.syndication.fetcher.impl.
HttpURLFeedFetcher
Handles HTTP error codes.
HashMapFeedInfoCache
- class com.sun.syndication.fetcher.impl.
HashMapFeedInfoCache
.
A very simple implementation of the
FeedFetcherCacheI
interface.
HashMapFeedInfoCache()
- Constructor for class com.sun.syndication.fetcher.impl.
HashMapFeedInfoCache
Constructor for HashMapFeedInfoCache
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(FeedFetcherCacheI)
- Constructor for class com.sun.syndication.fetcher.impl.
HttpURLFeedFetcher
Constructor to enable HttpURLFeedFetcher to cache feeds
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
removeFetcherPolledListener(FetcherListener)
- Method in interface com.sun.syndication.fetcher.
FeedFetcherI
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
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
retrieveAndCacheFeed(URL, SyndFeedInfo, URLConnection)
- Method in class com.sun.syndication.fetcher.impl.
HttpURLFeedFetcher
retrieveFeed(URL)
- Method in interface com.sun.syndication.fetcher.
FeedFetcherI
Retrieve a feed over HTTP
retrieveFeed(URL)
- Method in class com.sun.syndication.fetcher.impl.
HttpURLFeedFetcher
Retrieve a feed over HTTP
S
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.
FeedFetcherCacheI
Add a SyndFeedInfo object to the cache
setFeedInfo(URL, SyndFeedInfo)
- Method in class com.sun.syndication.fetcher.impl.
HashMapFeedInfoCache
setFeedInfoCache(FeedFetcherCacheI)
- 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(long)
- 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(SyndFeedI)
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
setUrl(URL)
- Method in class com.sun.syndication.fetcher.
FetcherEvent
setUrl(URL)
- Method in class com.sun.syndication.fetcher.impl.
SyndFeedInfo
setUserAgent(String)
- Method in interface com.sun.syndication.fetcher.
FeedFetcherI
setUserAgent(String)
- Method in class com.sun.syndication.fetcher.impl.
AbstractFeedFetcher
SyndFeedInfo
- class com.sun.syndication.fetcher.impl.
SyndFeedInfo
.
A class to represent a
SyndFeedI
and some useful information about it.
SyndFeedInfo()
- Constructor for class com.sun.syndication.fetcher.impl.
SyndFeedInfo
A
C
D
E
F
G
H
M
P
R
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004 Sun Microsystems. All Rights Reserved.