Index

A B C D E F G H I L M N O P R S T U X 
All Classes and Interfaces|All Packages

A

AbstractAutoCloseStream<T,S> - Class in com.apptasticsoftware.rssreader.internal.stream
 
AbstractRssReader<C,I> - Class in com.apptasticsoftware.rssreader
Abstract base class for implementing modules or extensions of RSS / Atom feeds with custom tags and attributes.
AbstractRssReader() - Constructor for class com.apptasticsoftware.rssreader.AbstractRssReader
Constructor
AbstractRssReader(HttpClient) - Constructor for class com.apptasticsoftware.rssreader.AbstractRssReader
Constructor
addCategory(String) - Method in class com.apptasticsoftware.rssreader.Channel
Add category for the channel.
addCategory(String) - Method in class com.apptasticsoftware.rssreader.Item
Add category for item.
addChannelExtension(String, String, BiConsumer<C, String>) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Add channel extension for attributes
addChannelExtension(String, BiConsumer<C, String>) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Add channel extension for tags
addEnclosure(Enclosure) - Method in class com.apptasticsoftware.rssreader.Item
Add enclosure for item.
addHeader(String, String) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Adds a http header to the http client.
addItemExtension(String, String, BiConsumer<I, String>) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Add item extension for attributes
addItemExtension(String, BiConsumer<I, String>) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Add item extension for tags
addItunesCategory(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Add the show category information.
allMatch(DoublePredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
allMatch(IntPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
allMatch(LongPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
allMatch(Predicate<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
anyMatch(DoublePredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
anyMatch(IntPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
anyMatch(LongPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
anyMatch(Predicate<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
asDoubleStream() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
asDoubleStream() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
asLongStream() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
asStream(Iterator<T>) - Static method in class com.apptasticsoftware.rssreader.internal.StreamUtil
Creates a Stream from an Iterator.
AutoCloseDoubleStream - Class in com.apptasticsoftware.rssreader.internal.stream
 
AutoCloseIntStream - Class in com.apptasticsoftware.rssreader.internal.stream
 
AutoCloseLongStream - Class in com.apptasticsoftware.rssreader.internal.stream
 
AutoCloseStream<T> - Class in com.apptasticsoftware.rssreader.internal.stream
A Stream that automatically calls its AbstractAutoCloseStream.close() method after a terminating operation, such as limit(), forEach(), or collect(), has been executed.
average() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
average() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
average() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 

B

boxed() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
boxed() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
boxed() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 

C

Channel - Class in com.apptasticsoftware.rssreader
Class representing the RSS channel.
Channel() - Constructor for class com.apptasticsoftware.rssreader.Channel
Deprecated, for removal: This API element is subject to removal in a future version.
Channel(DateTimeParser) - Constructor for class com.apptasticsoftware.rssreader.Channel
Constructor for Channel
channelTitle() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on channel title
close() - Method in class com.apptasticsoftware.rssreader.internal.stream.AbstractAutoCloseStream
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
collect(Collector<? super T, A, R>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
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.
com.apptasticsoftware.rssreader.internal - package com.apptasticsoftware.rssreader.internal
 
com.apptasticsoftware.rssreader.internal.stream - package com.apptasticsoftware.rssreader.internal.stream
 
com.apptasticsoftware.rssreader.module.itunes - package com.apptasticsoftware.rssreader.module.itunes
 
com.apptasticsoftware.rssreader.module.mediarss - package com.apptasticsoftware.rssreader.module.mediarss
 
com.apptasticsoftware.rssreader.util - package com.apptasticsoftware.rssreader.util
 
compareTo(Item) - Method in class com.apptasticsoftware.rssreader.Item
Compares publication time of two Item objects.
count() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
count() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
count() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
count() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
createChannel() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Deprecated, for removal: This API element is subject to removal in a future version.
createChannel(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Returns an object of a Channel implementation.
createChannel(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
 
createChannel(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssReader
 
createChannel(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.RssReader
 
createIfNull(Supplier<Optional<T>>, Consumer<T>, Supplier<T>) - Static method in class com.apptasticsoftware.rssreader.util.Mapper
Create a new instance if a getter returns optional empty and assigns the field the new instance.
createIfNullOptional(Supplier<Optional<T>>, Consumer<T>, Supplier<T>) - Static method in class com.apptasticsoftware.rssreader.util.Mapper
Create a new instance if a getter returns optional empty and assigns the field the new instance.
createItem() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Deprecated, for removal: This API element is subject to removal in a future version.
createItem(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Returns an object of an Item implementation.
createItem(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
 
createItem(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssReader
 
createItem(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.RssReader
 

D

DaemonThreadFactory - Class in com.apptasticsoftware.rssreader.internal
Thread factory that creates daemon threads
DaemonThreadFactory(String) - Constructor for class com.apptasticsoftware.rssreader.internal.DaemonThreadFactory
 
DateTime - Class in com.apptasticsoftware.rssreader
Class for converting date time strings.
DateTime() - Constructor for class com.apptasticsoftware.rssreader.DateTime
Creates DateTime object for converting timestamps.
DateTime(ZoneId) - Constructor for class com.apptasticsoftware.rssreader.DateTime
Creates DateTime object for converting timestamps.
DateTimeParser - Interface in com.apptasticsoftware.rssreader
For parsing timestamp in channel and items.
Default - Class in com.apptasticsoftware.rssreader.util
Provides default implementations for various components.
distinct() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
distinct() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
distinct() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
distinct() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 

E

Enclosure - Class in com.apptasticsoftware.rssreader
Class representing the Enclosure.
Enclosure() - Constructor for class com.apptasticsoftware.rssreader.Enclosure
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.Channel
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.Enclosure
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.Image
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.Item
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
 
equals(Object) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssItem
 

F

filter(DoublePredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
filter(IntPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
filter(LongPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
filter(Predicate<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
findAny() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
findAny() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
findAny() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
findAny() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
findFirst() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
findFirst() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
findFirst() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
findFirst() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
flatMap(DoubleFunction<? extends DoubleStream>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
flatMap(IntFunction<? extends IntStream>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
flatMap(LongFunction<? extends LongStream>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
forEach(Consumer<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
forEach(DoubleConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
forEach(IntConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
forEach(LongConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
forEachOrdered(Consumer<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
forEachOrdered(DoubleConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
forEachOrdered(IntConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
forEachOrdered(LongConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 

G

getAuthor() - Method in class com.apptasticsoftware.rssreader.Item
Get email address of the author of the item.
getCategories() - Method in class com.apptasticsoftware.rssreader.Channel
Get categories for the channel.
getCategories() - Method in class com.apptasticsoftware.rssreader.Item
Get categories for item.
getCategory() - Method in class com.apptasticsoftware.rssreader.Channel
Deprecated, for removal: This API element is subject to removal in a future version.
This method be removed in a future version.

Use Channel.getCategories() instead.

getCategory() - Method in class com.apptasticsoftware.rssreader.Item
Deprecated, for removal: This API element is subject to removal in a future version.
This method be removed in a future version.

Use Item.getCategories() instead.

getChannel() - Method in class com.apptasticsoftware.rssreader.Item
Get the channel that this item was published in.
getComments() - Method in class com.apptasticsoftware.rssreader.Item
Get comments relating to the item.
getContent() - Method in class com.apptasticsoftware.rssreader.Item
Get the item content.
getCopyright() - Method in class com.apptasticsoftware.rssreader.Channel
Get copyright notice for content in the channel.
getDateTimeParser() - Static method in class com.apptasticsoftware.rssreader.util.Default
Get the default date time parser.
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.
getDocs() - Method in class com.apptasticsoftware.rssreader.Channel
Get the documentation for the format used in the RSS file.
getEmail() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
Get the email
getEnclosure() - Method in class com.apptasticsoftware.rssreader.Item
Get the enclosure of the item.
getEnclosures() - Method in class com.apptasticsoftware.rssreader.Item
Get enclosures for 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.
getHeight() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Get the height of the thumbnail
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, an url that can be opened in a Web browser, that points to the full item described by the item element.
getItunesAuthor() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the group responsible for creating the show.
getItunesCategories() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the show category information.
getItunesDuration() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the duration of an episode.
getItunesDurationAsDuration() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the duration
getItunesEpisode() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode number.
getItunesEpisodeType() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode type.
getItunesExplicit() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the podcast parental advisory information.
getItunesImage() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the artwork for the show.
getItunesImage() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode artwork.
getItunesKeywords() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the keywords.
getItunesNewFeedUrl() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the new podcast RSS Feed URL.
getItunesOwner() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the podcast owner contact information.
getItunesSeason() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode season number.
getItunesSubtitle() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the subtitle specific for Apple Podcasts.
getItunesSubtitle() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode subtitle specific for Apple Podcasts.
getItunesSummary() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the summary.
getItunesSummary() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode summary.
getItunesTitle() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the title specific for Apple Podcasts.
getItunesTitle() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode title specific for Apple Podcasts.
getItunesType() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the type of show.
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.
getMediaThumbnail() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssItem
Get the media thumbnail
getName() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
Get the name
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.
getRating() - Method in class com.apptasticsoftware.rssreader.Channel
Get the PICS rating for the channel.
getTime() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Get the time of the thumbnail
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.
getUpdated() - Method in class com.apptasticsoftware.rssreader.Item
Get a string that indicates when the item was updated.
getUpdatedZonedDateTime() - Method in class com.apptasticsoftware.rssreader.Item
Get a ZonedDateTime that indicates when the item was updated.
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.
getUrl() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Get the url of the thumbnail
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.
getWidth() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Get the width of the thumbnail

H

hardenFactory(XMLInputFactory) - Static method in class com.apptasticsoftware.rssreader.internal.XMLInputFactorySecurity
 
hashCode() - Method in class com.apptasticsoftware.rssreader.Channel
 
hashCode() - Method in class com.apptasticsoftware.rssreader.Enclosure
 
hashCode() - Method in class com.apptasticsoftware.rssreader.Image
 
hashCode() - Method in class com.apptasticsoftware.rssreader.Item
 
hashCode() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
 
hashCode() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
 
hashCode() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
 
hashCode() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssItem
 

I

Image - Class in com.apptasticsoftware.rssreader
Class representing a image in channel.
Image() - Constructor for class com.apptasticsoftware.rssreader.Image
 
initialize() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Initialize channel and items tags and attributes
isItunesBlock() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the podcast show or hide status.
isItunesBlock() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode show or hide status.
isItunesComplete() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the podcast update status.
isItunesExplicit() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode parental advisory information.
isParallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
isParallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
isParallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
isParallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
Item - Class in com.apptasticsoftware.rssreader
Class representing a RSS item.
Item() - Constructor for class com.apptasticsoftware.rssreader.Item
Deprecated, for removal: This API element is subject to removal in a future version.
Item(DateTimeParser) - Constructor for class com.apptasticsoftware.rssreader.Item
Constructor for Item
ItemComparator - Class in com.apptasticsoftware.rssreader.util
Provides different comparators for sorting item objects.
iterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
iterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
iterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
iterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
ItunesChannel - Class in com.apptasticsoftware.rssreader.module.itunes
Class representing the Itunes channel.
ItunesChannel(DateTimeParser) - Constructor for class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Constructor
ItunesItem - Class in com.apptasticsoftware.rssreader.module.itunes
Class representing the Itunes item.
ItunesItem(DateTimeParser) - Constructor for class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Constructor
ItunesOwner - Class in com.apptasticsoftware.rssreader.module.itunes
Class representing the Itunes owner.
ItunesOwner() - Constructor for class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
 
ItunesRssReader - Class in com.apptasticsoftware.rssreader.module.itunes
Class for reading podcast (itunes) feeds.
ItunesRssReader() - Constructor for class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
Constructor
ItunesRssReader(HttpClient) - Constructor for class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
Constructor

L

limit(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
limit(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
limit(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
limit(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 

M

map(DoubleUnaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
map(Function<? super T, ? extends R>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
map(IntUnaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
map(LongUnaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
mapBoolean(String, Consumer<Boolean>) - Static method in class com.apptasticsoftware.rssreader.util.Mapper
Maps a boolean text value (true, false, no or yes) to a boolean field.
mapIfEmpty(String, Supplier<T>, Consumer<String>) - Static method in class com.apptasticsoftware.rssreader.util.Mapper
Map value if field has not been mapped before
mapInteger(String, Consumer<Integer>) - Static method in class com.apptasticsoftware.rssreader.util.Mapper
Maps a integer text value to a integer field.
mapLong(String, Consumer<Long>) - Static method in class com.apptasticsoftware.rssreader.util.Mapper
Maps a long text value to a long field.
Mapper - Class in com.apptasticsoftware.rssreader.util
Provides methods for mapping field
mapToDouble(IntToDoubleFunction) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
mapToDouble(LongToDoubleFunction) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
mapToInt(DoubleToIntFunction) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
mapToInt(LongToIntFunction) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
mapToInt(ToIntFunction<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
mapToLong(DoubleToLongFunction) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
mapToLong(IntToLongFunction) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
mapToLong(ToLongFunction<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
mapToObj(DoubleFunction<? extends U>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
mapToObj(IntFunction<? extends U>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
mapToObj(LongFunction<? extends U>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
max() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
max() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
max() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
max(Comparator<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
MediaRssItem - Class in com.apptasticsoftware.rssreader.module.mediarss
Class representing the media rss item.
MediaRssItem(DateTimeParser) - Constructor for class com.apptasticsoftware.rssreader.module.mediarss.MediaRssItem
Constructor
MediaRssReader - Class in com.apptasticsoftware.rssreader.module.mediarss
Class for reading media rss feeds.
MediaRssReader() - Constructor for class com.apptasticsoftware.rssreader.module.mediarss.MediaRssReader
Constructor
MediaRssReader(HttpClient) - Constructor for class com.apptasticsoftware.rssreader.module.mediarss.MediaRssReader
Constructor
MediaThumbnail - Class in com.apptasticsoftware.rssreader.module.mediarss
Class representing the media thumbnail from the media rss spec.
MediaThumbnail() - Constructor for class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
 
min() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
min() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
min() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
min(Comparator<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 

N

newestItemFirst() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 3.9.0, replaced by ItemComparator.newestPublishedItemFirst()
newestItemFirst(DateTimeParser) - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Deprecated, for removal: This API element is subject to removal in a future version.
newestPublishedItemFirst() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on initial creation or first availability (publication date) in descending order (newest first)
newestPublishedItemFirst(DateTimeParser) - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on initial creation or first availability (publication date) in descending order (newest first)
newestUpdatedItemFirst() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on updated date if exist otherwise on publication date in descending order (newest first)
newestUpdatedItemFirst(DateTimeParser) - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on updated date if exist otherwise on publication date in descending order (newest first)
newThread(Runnable) - Method in class com.apptasticsoftware.rssreader.internal.DaemonThreadFactory
 
noneMatch(DoublePredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
noneMatch(IntPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
noneMatch(LongPredicate) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
noneMatch(Predicate<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 

O

of(Stream<T>) - Static method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
Creates a new AutoCloseStream from the given stream.
oldestItemFirst() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 3.9.0, replaced by ItemComparator.oldestPublishedItemFirst()
oldestItemFirst(DateTimeParser) - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Deprecated, for removal: This API element is subject to removal in a future version.
oldestPublishedItemFirst() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on initial creation or first availability (publication date) in ascending order (oldest first)
oldestPublishedItemFirst(DateTimeParser) - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on initial creation or first availability (publication date) in ascending order (oldest first)
oldestUpdatedItemFirst() - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on updated date if exist otherwise on publication date in ascending order (oldest first)
oldestUpdatedItemFirst(DateTimeParser) - Static method in class com.apptasticsoftware.rssreader.util.ItemComparator
Comparator for sorting Items on updated date if exist otherwise on publication date in ascending order (oldest first)
onClose(Runnable) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
onClose(Runnable) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
onClose(Runnable) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
onClose(Runnable) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 

P

parallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
parallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
parallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
parallel() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
parse(String) - Method in class com.apptasticsoftware.rssreader.DateTime
Converts a timestamp in String format to a ZonedDateTime
parse(String) - Method in interface com.apptasticsoftware.rssreader.DateTimeParser
Converts a timestamp in String format to a ZonedDateTime
peek(Consumer<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
peek(DoubleConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
peek(IntConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
peek(LongConsumer) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
pubDateComparator() - Static method in class com.apptasticsoftware.rssreader.DateTime
Deprecated, for removal: This API element is subject to removal in a future version.
This method be removed in a future version.

Use ItemComparator.oldestItemFirst() instead.

R

read(InputStream) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Read RSS feed from input stream.
read(String) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Read RSS feed with the given URL or file URI.
read(Collection<String>) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Read from a collections of RSS feed.
readAsync(String) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Read RSS feed asynchronous with the given URL.
reduce(double, DoubleBinaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
reduce(int, IntBinaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
reduce(long, LongBinaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
reduce(BinaryOperator<T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
reduce(DoubleBinaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
reduce(IntBinaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
reduce(LongBinaryOperator) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
reduce(T, BinaryOperator<T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
registerChannelAttributes() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Register channel attributes for mapping to channel object fields
registerChannelAttributes() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
 
registerChannelTags() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Register channel tags for mapping to channel object fields
registerChannelTags() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
 
registerItemAttributes() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Register item attributes for mapping to item object fields
registerItemAttributes() - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssReader
 
registerItemTags() - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Register item tags for mapping to item object fields
registerItemTags() - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesRssReader
 
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
Constructor
RssReader(HttpClient) - Constructor for class com.apptasticsoftware.rssreader.RssReader
Constructor

S

sendAsyncRequest(String) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Sends request
sequential() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
sequential() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
sequential() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
sequential() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
This method be removed in a future version.

Use Channel.addCategory(String category) instead.

setCategory(String) - Method in class com.apptasticsoftware.rssreader.Item
Deprecated, for removal: This API element is subject to removal in a future version.
This method be removed in a future version.

Use Item.addCategory(String category) instead.

setChannel(Channel) - Method in class com.apptasticsoftware.rssreader.Item
Set the channel that this item was published in.
setComments(String) - Method in class com.apptasticsoftware.rssreader.Item
Set comments relating to the item.
setConnectionTimeout(Duration) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Sets the connection timeout for the http client.
setContent(String) - Method in class com.apptasticsoftware.rssreader.Item
Set the item content.
setCopyright(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set copyright notice for content in the channel.
setDateTimeParser(DateTimeParser) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Date and time parser for parsing timestamps.
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.
setDocs(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the documentation for the format used in the RSS file.
setEmail(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
Set the email
setEnclosure(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.
setHeight(Integer) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Set the height of the thumbnail
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, an url that can be opened in a Web browser, that points to the full item described by the item element.
setItunesAuthor(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the group responsible for creating the show.
setItunesBlock(boolean) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the podcast show or hide status.
setItunesBlock(boolean) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode show or hide status.
setItunesComplete(boolean) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the podcast update status.
setItunesDuration(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the duration of an episode.
setItunesEpisode(Integer) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode number.
setItunesEpisodeType(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode type.
setItunesExplicit(boolean) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode parental advisory information.
setItunesExplicit(Boolean) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Get the podcast parental advisory information.
setItunesImage(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the artwork for the show.
setItunesImage(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode artwork.
setItunesKeywords(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the keywords.
setItunesNewFeedUrl(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the new podcast RSS Feed URL.
setItunesOwner(ItunesOwner) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the podcast owner contact information.
setItunesSeason(Integer) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode season number.
setItunesSubtitle(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the subtitle specific for Apple Podcasts.
setItunesSubtitle(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode subtitle specific for Apple Podcasts.
setItunesSummary(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the summary.
setItunesSummary(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Get the episode summary.
setItunesTitle(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the title specific for Apple Podcasts.
setItunesTitle(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesItem
Set the episode title specific for Apple Podcasts.
setItunesType(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesChannel
Set the type of show.
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
Set the length of the 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.
setMediaThumbnail(MediaThumbnail) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaRssItem
Set the media thumbnail
setName(String) - Method in class com.apptasticsoftware.rssreader.module.itunes.ItunesOwner
Set the name
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.
setRating(String) - Method in class com.apptasticsoftware.rssreader.Channel
Set the PICS rating for the channel.
setReadTimeout(Duration) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Sets the read timeout.
setRequestTimeout(Duration) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Sets the request timeout for the http client.
setTime(String) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Set the time of the thumbnail
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
Set the type of the enclosure.
setUpdated(String) - Method in class com.apptasticsoftware.rssreader.Item
Set a string that indicates when the item was updated.
setUrl(String) - Method in class com.apptasticsoftware.rssreader.Enclosure
Set the URL of the enclosure.
setUrl(String) - Method in class com.apptasticsoftware.rssreader.Image
Set the URL of a GIF, JPEG or PNG image that represents the channel.
setUrl(String) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Set the url of the thumbnail
setUserAgent(String) - Method in class com.apptasticsoftware.rssreader.AbstractRssReader
Sets the user-agent of the http client.
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.
setWidth(Integer) - Method in class com.apptasticsoftware.rssreader.module.mediarss.MediaThumbnail
Set the width of the thumbnail
skip(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
skip(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
skip(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
skip(long) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
sorted() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
sorted() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
sorted() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
sorted() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
sorted(Comparator<? super T>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
spliterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
spliterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
spliterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
spliterator() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
stream() - Method in class com.apptasticsoftware.rssreader.internal.stream.AbstractAutoCloseStream
 
StreamUtil - Class in com.apptasticsoftware.rssreader.internal
Internal utility class for working with streams.
sum() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
sum() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
sum() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
summaryStatistics() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
summaryStatistics() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
summaryStatistics() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
syUpdateFrequency - Variable in class com.apptasticsoftware.rssreader.Channel
 
syUpdatePeriod - Variable in class com.apptasticsoftware.rssreader.Channel
 

T

toArray() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
toArray() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
toArray() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
toArray() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
toArray(IntFunction<A[]>) - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
toEpochMilli(String) - Method in class com.apptasticsoftware.rssreader.DateTime
Convert date time string to time in milliseconds
toInstant(String) - Method in class com.apptasticsoftware.rssreader.DateTime
Converts timestamp string to Instant
toInstant(String) - Method in interface com.apptasticsoftware.rssreader.DateTimeParser
Converts a timestamp in String format to an Instant
toLocalDateTime(String) - Method in class com.apptasticsoftware.rssreader.DateTime
Converts date time string to LocalDateTime object.
toMinutes(String) - Static method in class com.apptasticsoftware.rssreader.util.Util
Convert a time period string to hours.
toZonedDateTime(String) - Method in class com.apptasticsoftware.rssreader.DateTime
Converts date time string to ZonedDateTime object.

U

unordered() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseDoubleStream
 
unordered() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseIntStream
 
unordered() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseLongStream
 
unordered() - Method in class com.apptasticsoftware.rssreader.internal.stream.AutoCloseStream
 
Util - Class in com.apptasticsoftware.rssreader.util
Utility class for RSS reader.

X

XMLInputFactorySecurity - Class in com.apptasticsoftware.rssreader.internal
This type exposes helper methods that will help defend against XXE attacks in XMLInputFactory.
A B C D E F G H I L M N O P R S T U X 
All Classes and Interfaces|All Packages