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

Interface Summary
NamingServiceListener  
NamingServiceUpdater  
 

Class Summary
BlockfileNamingService A naming service using the net.metanotion BlockFile database.
DummyNamingService A Dummy naming service that can only handle base64 and b32 destinations.
EepGetAndAddNamingService Deprecated. use HostsTxtNamingService.put()
EepGetNamingService A network-based naming service using HTTP, with in-memory caching.
ExecNamingService An interface to an external naming service program, with in-memory caching.
HostsTxtNamingService A naming service based on multiple "hosts.txt" files.
LookupDest Connect via I2CP and ask the router to look up the lease of a hash, convert it to a Destination and return it.
MetaNamingService A naming service of multiple naming services.
NamingService Naming services create a subclass of this class.
SingleFileNamingService A naming service based on a single file using the "hosts.txt" format.
 

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.