Uses of Class
net.i2p.addressbook.AddressBook
Packages that use AddressBook
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 AddressBook in net.i2p.addressbook
Methods in net.i2p.addressbook that return AddressBookModifier and TypeMethodDescriptionSubscriptionIterator.next()Yes, the EepGet fetch() is done in here in next().Methods in net.i2p.addressbook with parameters of type AddressBookModifier and TypeMethodDescriptionvoidAddressBook.merge(AddressBook other, boolean overwrite, Log log) Merge this AddressBook with AddressBook other, writing messages about new addresses or conflicts to log.