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.
| Interface | Description |
|---|---|
| NamingServiceListener | |
| NamingServiceUpdater |
| Class | Description |
|---|---|
| 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.
|
| HostsTxtNamingService |
A naming service based on multiple "hosts.txt" files.
|
| HostTxtEntry |
A hostname, b64 destination, and optional properties.
|
| 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.
|