C D E G H I P R S T 
All Classes All Packages

C

Channel - Class in com.apptasticsoftware.rssreader
Class representing the RSS channel.
Channel() - Constructor for class com.apptasticsoftware.rssreader.Channel
 
com.apptasticsoftware.rssreader - module com.apptasticsoftware.rssreader
These modules define the base APIs for RSS reader.
com.apptasticsoftware.rssreader - package com.apptasticsoftware.rssreader
This package is intended for RSS reader.
compareTo(Item) - Method in class com.apptasticsoftware.rssreader.Item
Compares publication time of two Item objects.

D

DateTime - Class in com.apptasticsoftware.rssreader
Date Time util class for converting date time strings

E

Enclosure - Class in com.apptasticsoftware.rssreader
Class representing the Enclosure.
Enclosure(String, String, Long) - Constructor for class com.apptasticsoftware.rssreader.Enclosure
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.Item
 

G

getAuthor() - Method in class com.apptasticsoftware.rssreader.Item
Get email address of the author of the item.
getCategory() - Method in class com.apptasticsoftware.rssreader.Channel
Get category for the channel.
getCategory() - Method in class com.apptasticsoftware.rssreader.Item
Get category for item.
getChannel() - Method in class com.apptasticsoftware.rssreader.Item
Get the channel that this item was published in.
getCopyright() - Method in class com.apptasticsoftware.rssreader.Channel
Get gopyright notice for content in the channel.
getDescription() - Method in class com.apptasticsoftware.rssreader.Channel
Get phrase or sentence describing the channel.
getDescription() - Method in class com.apptasticsoftware.rssreader.Image
Get the description.
getDescription() - Method in class com.apptasticsoftware.rssreader.Item
Get the item synopsis.
getEnclosure() - Method in class com.apptasticsoftware.rssreader.Item
Get the enclosure of the item.
getGenerator() - Method in class com.apptasticsoftware.rssreader.Channel
Get a string indicating the program used to generate the channel.
getGuid() - Method in class com.apptasticsoftware.rssreader.Item
Get a string that uniquely identifies the item.
getHeight() - Method in class com.apptasticsoftware.rssreader.Image
Get the height of the image.
getImage() - Method in class com.apptasticsoftware.rssreader.Channel
Get a GIF, JPEG or PNG image that can be displayed with the channel.
getIsPermaLink() - Method in class com.apptasticsoftware.rssreader.Item
If the guid element has an attribute named "isPermaLink" with a value of true, the reader may assume that it is a permalink to the item, that is, a url that can be opened in a Web browser, that points to the full item described by the item element.
getLanguage() - Method in class com.apptasticsoftware.rssreader.Channel
Get the language the channel is written in.
getLastBuildDate() - Method in class com.apptasticsoftware.rssreader.Channel
Get the last time the content of the channel changed.
getLastBuildDateZonedDateTime() - Method in class com.apptasticsoftware.rssreader.Channel
Get the last time the content of the channel changed.
getLength() - Method in class com.apptasticsoftware.rssreader.Enclosure
Get the length of enclosure.
getLink() - Method in class com.apptasticsoftware.rssreader.Channel
Get the URL to the HTML website corresponding to the channel.
getLink() - Method in class com.apptasticsoftware.rssreader.Image
Get the URL of the site.
getLink() - Method in class com.apptasticsoftware.rssreader.Item
Get the URL of the item.
getManagingEditor() - Method in class com.apptasticsoftware.rssreader.Channel
Get email address for person responsible for editorial content.
getPubDate() - Method in class com.apptasticsoftware.rssreader.Channel
Get the publication date for the content in the channel.
getPubDate() - Method in class com.apptasticsoftware.rssreader.Item
Get a string that indicates when the item was published.
getPubDateZonedDateTime() - Method in class com.apptasticsoftware.rssreader.Channel
Get the publication date for the content in the channel.
getPubDateZonedDateTime() - Method in class com.apptasticsoftware.rssreader.Item
Get a ZonedDateTime that indicates when the item was published.
getTitle() - Method in class com.apptasticsoftware.rssreader.Channel
Get the name of the channel.
getTitle() - Method in class com.apptasticsoftware.rssreader.Image
Get title that describes the image.
getTitle() - Method in class com.apptasticsoftware.rssreader.Item
Get the title of the item.
getTtl() - Method in class com.apptasticsoftware.rssreader.Channel
Get ttl (time to live).
getType() - Method in class com.apptasticsoftware.rssreader.Enclosure
Get the type of enclosure.
getUrl() - Method in class com.apptasticsoftware.rssreader.Enclosure
Get the url of enclosure.
getUrl() - Method in class com.apptasticsoftware.rssreader.Image
Get the URL of a GIF, JPEG or PNG image that represents the channel.
getWebMaster() - Method in class com.apptasticsoftware.rssreader.Channel
Get email address for person responsible for technical issues relating to channel.
getWidth() - Method in class com.apptasticsoftware.rssreader.Image
Get the width of the image.

H

hashCode() - Method in class com.apptasticsoftware.rssreader.Item
 

I

Image - Class in com.apptasticsoftware.rssreader
Class representing a image in channel.
Image() - Constructor for class com.apptasticsoftware.rssreader.Image
 
Item - Class in com.apptasticsoftware.rssreader
Class representing a RSS item.
Item() - Constructor for class com.apptasticsoftware.rssreader.Item
 

P

pubDateComparator() - Static method in class com.apptasticsoftware.rssreader.DateTime
Comparator comparing publication date of Item class.

R

read(InputStream) - Method in class com.apptasticsoftware.rssreader.RssReader
Read RSS feed from input stream.
read(String) - Method in class com.apptasticsoftware.rssreader.RssReader
Read RSS feed with the given URL.
readAsync(String) - Method in class com.apptasticsoftware.rssreader.RssReader
Read RSS feed asynchronous with the given URL.
RssReader - Class in com.apptasticsoftware.rssreader
Class for reading RSS (Rich Site Summary) and Atom types of web feeds.
RssReader() - Constructor for class com.apptasticsoftware.rssreader.RssReader
 
RssReader(HttpClient) - Constructor for class com.apptasticsoftware.rssreader.RssReader
 

S

sendAsyncRequest(String) - Method in class com.apptasticsoftware.rssreader.RssReader
 
setAuthor(String) - Method in class com.apptasticsoftware.rssreader.Item
Set email address of the author of the item.
setCategory(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set category for the channel.
setCategory(String) - Method in class com.apptasticsoftware.rssreader.Item
Set category for item.
setChannel(Channel) - Method in class com.apptasticsoftware.rssreader.Item
Set the channel that this item was published in.
setCopyright(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set copyright notice for content in the channel.
setDefaultZone(ZoneId) - Static method in class com.apptasticsoftware.rssreader.DateTime
Time zone to use if now zone information if found in date time string
setDescription(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set phrase or sentence describing the channel.
setDescription(String) - Method in class com.apptasticsoftware.rssreader.Image
Set the description.
setDescription(String) - Method in class com.apptasticsoftware.rssreader.Item
Set the item synopsis.
setEclosure(Enclosure) - Method in class com.apptasticsoftware.rssreader.Item
Set the enclosure of the item.
setGenerator(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set a string indicating the program used to generate the channel.
setGuid(String) - Method in class com.apptasticsoftware.rssreader.Item
Set a string that uniquely identifies the item.
setHeight(Integer) - Method in class com.apptasticsoftware.rssreader.Image
Set the height of the image.
setImage(Image) - Method in class com.apptasticsoftware.rssreader.Channel
Set a GIF, JPEG or PNG image that can be displayed with the channel.
setIsPermaLink(boolean) - Method in class com.apptasticsoftware.rssreader.Item
If the guid element has an attribute named "isPermaLink" with a value of true, the reader may assume that it is a permalink to the item, that is, a url that can be opened in a Web browser, that points to the full item described by the item element.
setLanguage(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the language the channel is written in.
setLastBuildDate(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the last time the content of the channel changed.
setLength(Long) - Method in class com.apptasticsoftware.rssreader.Enclosure
 
setLink(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the URL to the HTML website corresponding to the channel.
setLink(String) - Method in class com.apptasticsoftware.rssreader.Image
Set the URL of the site.
setLink(String) - Method in class com.apptasticsoftware.rssreader.Item
Set the URL of the item.
setManagingEditor(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set email address for person responsible for editorial content.
setPubDate(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the publication date for the content in the channel.
setPubDate(String) - Method in class com.apptasticsoftware.rssreader.Item
Set a string that indicates when the item was published.
setTitle(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the name of the channel.
setTitle(String) - Method in class com.apptasticsoftware.rssreader.Image
Set title that describes the image.
setTitle(String) - Method in class com.apptasticsoftware.rssreader.Item
Set the title of the item.
setTtl(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set ttl (time to live).
setType(String) - Method in class com.apptasticsoftware.rssreader.Enclosure
 
setUrl(String) - Method in class com.apptasticsoftware.rssreader.Enclosure
 
setUrl(String) - Method in class com.apptasticsoftware.rssreader.Image
Set the URL of a GIF, JPEG or PNG image that represents the channel.
setWebMaster(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set email address for person responsible for technical issues relating to channel.
setWidth(Integer) - Method in class com.apptasticsoftware.rssreader.Image
Set the width of the image.

T

toEpochMilli(String) - Static method in class com.apptasticsoftware.rssreader.DateTime
Convert date time string to time in milliseconds
toLocalDateTime(String) - Static method in class com.apptasticsoftware.rssreader.DateTime
Converts date time string to LocalDateTime object.
toZonedDateTime(String) - Static method in class com.apptasticsoftware.rssreader.DateTime
Converts date time string to ZonedDateTime object.
C D E G H I P R S T 
All Classes All Packages