Package net.i2p.addressbook

The addressbook application, which fetches hosts.txt files from subscription URLS via HTTP and adds new hosts to the local database.

See:
          Description

Class Summary
AddressBook An address book for storing human readable names mapped to base64 i2p destinations.
ConfigIterator A class to iterate through a hosts.txt or config file without reading the whole thing into memory.
ConfigParser Utility class providing methods to parse and write files in config file format, and subscription file format.
Daemon Main class of addressbook.
DaemonThread A thread that waits five minutes, then runs the addressbook daemon.
Log A simple log with automatic time stamping.
Servlet A wrapper for addressbook to allow it to be started as a web application.
Subscription A subscription to a remote address book.
SubscriptionIterator An iterator over the subscriptions in a SubscriptionList.
SubscriptionList A list of Subscriptions loaded from a file.
 

Package net.i2p.addressbook Description

The addressbook application, which fetches hosts.txt files from subscription URLS via HTTP and adds new hosts to the local database. While implemented as a webapp, this application contains no user interface. May also be packaged as a jar, as is done for Android. The webapp named 'addressbook' in the console is actually SusiDNS.