Package 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).

See:
          Description

Class Summary
AddressDB  
AddressDBNamingService  
DummyAddressDB  
DummyNamingService A Dummy naming service that can only handle base64 destinations.
FilesystemAddressDB  
HostsTxtNamingService A naming service based on the "hosts.txt" file.
MetaNamingService  
NamingService Naming services create a subclass of this class.
PetName  
PetNameDB  
PetNameNamingService  
 

Package net.i2p.client.naming Description

Provides a standard way for querying the local naming service to resolve a name into a Destination (without the complexity of JNDI). The default implementation is a simple hosts.txt driven system, though that can be overridden by specifying the "i2p.naming.impl" environment property to point at the requested classname.