Uses of Class
net.i2p.addressbook.Subscription
Package | Description |
---|---|
net.i2p.addressbook |
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 Subscription Constructor Description AddressBook(Subscription subscription, String proxyHost, int proxyPort)
Construct an AddressBook from the Subscription subscription.Constructor parameters in net.i2p.addressbook with type arguments of type Subscription Constructor Description SubscriptionIterator(List<Subscription> subscriptions, long delay, String proxyHost, int proxyPort)
Construct a SubscriptionIterator using the Subscriprions in List subscriptions.