Uses of Interface
net.i2p.client.naming.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 a
Destination (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 classDaemonThreadA 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. _updatersMethods in net.i2p.client.naming with parameters of type NamingServiceUpdater Modifier and Type Method Description voidNamingService. registerUpdater(NamingServiceUpdater nsu)voidNamingService. unregisterUpdater(NamingServiceUpdater nsu)