Uses of Class
net.i2p.client.naming.NamingService

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

Methods in net.i2p that return NamingService
 NamingService I2PAppContext.namingService()
          Pull up the naming service used in this context.
 

Uses of NamingService in net.i2p.client.naming
 

Subclasses of NamingService in net.i2p.client.naming
 class AddressDBNamingService
          Deprecated. unused
(package private)  class DummyNamingService
          A Dummy naming service that can only handle base64 destinations.
 class EepGetAndAddNamingService
          Simple extension to EepGetNamingService to append what we find to hosts.txt, so we only have to do an EepGet query once.
 class EepGetNamingService
          A network-based naming service using HTTP, with in-memory caching.
 class ExecNamingService
          An interface to an external naming service program, with in-memory caching.
 class HostsTxtNamingService
          A naming service based on the "hosts.txt" file.
 class MetaNamingService
           
 class PetNameNamingService
          Deprecated. unused
 

Methods in net.i2p.client.naming that return NamingService
static NamingService NamingService.createInstance(I2PAppContext context)
          Get a naming service instance.