Uses of Class
net.i2p.client.naming.HostTxtEntry
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 HostTxtEntry in net.i2p.addressbook
Modifier and TypeMethodDescriptionstatic HostTxtEntry
Return a HostTxtEntry from the contents of the inputLine.Modifier and TypeMethodDescriptionAddressBook.iterator()
Return an iterator over the addresses in the AddressBook.HostTxtIterator.next()
'remove' entries will be returned with a null key, and the value will contain a null name, null dest, and non-null props.static Map<String,
HostTxtEntry> Return a Map using the contents of the File file.static Map<String,
HostTxtEntry> HostTxtParser.parse
(File file, Map<String, HostTxtEntry> map) Return a Map using the contents of the File file.Modifier and TypeMethodDescriptionstatic Map<String,
HostTxtEntry> HostTxtParser.parse
(File file, Map<String, HostTxtEntry> map) Return a Map using the contents of the File file.static void
HostTxtParser.write
(Map<String, HostTxtEntry> map, File file) Write contents of Map map to the File file.ModifierConstructorDescriptionAddressBook
(Map<String, HostTxtEntry> addresses) Construct an AddressBook from the contents of the Map addresses.