パッケージ | 説明 |
---|---|
net.i2p.addressbook |
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
AddressBook |
SubscriptionIterator.next() |
Yes, the EepGet fetch() is done in here in next().
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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,
java.io.File published,
SubscriptionList subscriptions,
Log log) |
Update the router and published address books using remote data from the
subscribed address books listed in subscriptions.
|