| 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.
|
| Constructor | Description |
|---|---|
AddressBook(Subscription subscription,
String proxyHost,
int proxyPort) |
Construct an AddressBook from the Subscription subscription.
|
| Constructor | Description |
|---|---|
SubscriptionIterator(List<Subscription> subscriptions,
long delay,
String proxyHost,
int proxyPort) |
Construct a SubscriptionIterator using the Subscriprions in List subscriptions.
|