Uses of Interface
net.i2p.client.naming.NamingServiceUpdater

Packages that use NamingServiceUpdater
net.i2p.addressbook The addressbook application, which fetches hosts.txt files from subscription URLS via HTTP and adds new hosts to the local database. 
net.i2p.client.naming 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 NamingServiceUpdater
 class DaemonThread
          A 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 NamingServiceUpdater
protected  Set<NamingServiceUpdater> NamingService._updaters
           
 

Methods in net.i2p.client.naming with parameters of type NamingServiceUpdater
 void NamingService.registerUpdater(NamingServiceUpdater nsu)
           
 void NamingService.unregisterUpdater(NamingServiceUpdater nsu)