Uses of Interface
net.i2p.client.naming.NamingServiceUpdater
-
Packages that use NamingServiceUpdater Package Description 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 aDestination
(without the complexity of JNDI). -
-
Uses of NamingServiceUpdater in net.i2p.addressbook
Classes in net.i2p.addressbook that implement NamingServiceUpdater Modifier and Type Class Description 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 Modifier and Type Field Description protected Set<NamingServiceUpdater>
NamingService. _updaters
Methods in net.i2p.client.naming with parameters of type NamingServiceUpdater Modifier and Type Method Description void
NamingService. registerUpdater(NamingServiceUpdater nsu)
void
NamingService. unregisterUpdater(NamingServiceUpdater nsu)
-