Uses of Interface
net.i2p.client.naming.NamingServiceUpdater
Package
Description
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
Provides a standard way for querying the local naming service to resolve a
name into a
Destination
(without the complexity of JNDI).-
Uses of NamingServiceUpdater in net.i2p.addressbook
Modifier and TypeClassDescriptionclass
A thread that waits five minutes, then runs the addressbook daemon. -
Uses of NamingServiceUpdater in net.i2p.client.naming
Modifier and TypeFieldDescriptionprotected final Set<NamingServiceUpdater>
NamingService._updaters
Modifier and TypeMethodDescriptionvoid
NamingService.registerUpdater
(NamingServiceUpdater nsu) void
NamingService.unregisterUpdater
(NamingServiceUpdater nsu)