Uses of Class
net.i2p.addressbook.Subscription
Packages that use Subscription
Package
Description
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
-
Uses of Subscription in net.i2p.addressbook
Constructors in net.i2p.addressbook with parameters of type SubscriptionModifierConstructorDescriptionAddressBook
(Subscription subscription, String proxyHost, int proxyPort) Construct an AddressBook from the Subscription subscription.Constructor parameters in net.i2p.addressbook with type arguments of type SubscriptionModifierConstructorDescriptionSubscriptionIterator
(List<Subscription> subscriptions, long delay, String proxyHost, int proxyPort) Construct a SubscriptionIterator using the Subscriprions in List subscriptions.