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

Packages that use AddressDB
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 AddressDB in net.i2p.client.naming
 

Subclasses of AddressDB in net.i2p.client.naming
 class DummyAddressDB
           
 class FilesystemAddressDB
           
 

Methods in net.i2p.client.naming that return AddressDB
static AddressDB AddressDB.createInstance(I2PAppContext context)
          Get an address db instance.