| Package | Description |
|---|---|
| net.i2p.addressbook |
Address book application for fetching and maintaining I2P host
databases from subscription sources.
|
| Modifier and Type | Method and Description |
|---|---|
AddressBook |
SubscriptionIterator.next()
Yes, the EepGet fetch() is done in here in next().
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddressBook.merge(AddressBook other,
boolean overwrite,
Log log)
Merge this AddressBook with AddressBook other, writing messages about new addresses
or conflicts to log.
|
static void |
Daemon.update(AddressBook master,
AddressBook router,
File published,
SubscriptionList subscriptions,
Log log)
Update the router and published address books using remote data from the
subscribed address books listed in subscriptions.
|