Uses of Package
net.i2p.client.naming

Packages that use net.i2p.client.naming
net.i2p Core I2P package, contains information about the I2P version and an entry point to access important elements. 
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). 
 

Classes in net.i2p.client.naming used by net.i2p
NamingService
          Naming services create a subclass of this class.
 

Classes in net.i2p.client.naming used by net.i2p.addressbook
NamingService
          Naming services create a subclass of this class.
NamingServiceUpdater
           
 

Classes in net.i2p.client.naming used by net.i2p.client.naming
DummyNamingService
          A Dummy naming service that can only handle base64 and b32 destinations.
EepGetNamingService
          A network-based naming service using HTTP, with in-memory caching.
MetaNamingService
          A naming service of multiple naming services.
NamingService
          Naming services create a subclass of this class.
NamingServiceListener
           
NamingServiceUpdater