Package net.i2p.client.naming


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

  • Class
    Description
    A Dummy naming service that can only handle base64 and b32 destinations.
    Deprecated.
    use HostsTxtNamingService.put()
    A network-based naming service using HTTP, with in-memory caching.
    A naming service based on multiple "hosts.txt" files.
    A hostname, b64 destination, and optional properties.
    Connect via I2CP and ask the router to look up the lease of a hash, convert it to a Destination and return it.
    A naming service of multiple naming services.
    Naming services create a subclass of this class.
     
     
    A naming service based on a single file using the "hosts.txt" format.