Uses of Interface
net.i2p.client.naming.NamingServiceUpdater
Packages that use 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
Classes in net.i2p.addressbook that implement NamingServiceUpdaterModifier and TypeClassDescriptionclassA thread that waits five minutes, then runs the addressbook daemon. - 
Uses of NamingServiceUpdater in net.i2p.client.naming
Fields in net.i2p.client.naming with type parameters of type NamingServiceUpdaterModifier and TypeFieldDescriptionprotected final Set<NamingServiceUpdater> NamingService._updatersMethods in net.i2p.client.naming with parameters of type NamingServiceUpdaterModifier and TypeMethodDescriptionvoidNamingService.registerUpdater(NamingServiceUpdater nsu) voidNamingService.unregisterUpdater(NamingServiceUpdater nsu)