Uses of package net.i2p.client.naming
Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.addressbook |
The addressbook application, which fetches hosts.txt files from subscription URLs via
HTTP and adds new hosts to the local database.
|
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). |
net.i2p.router.naming |
-
Classes in net.i2p.client.naming used by net.i2p Class Description NamingService Naming services create a subclass of this class. -
Classes in net.i2p.client.naming used by net.i2p.addressbook Class Description HostTxtEntry A hostname, b64 destination, and optional properties.NamingService Naming services create a subclass of this class.NamingServiceUpdater -
Classes in net.i2p.client.naming used by net.i2p.client.naming Class Description DummyNamingService A Dummy naming service that can only handle base64 and b32 destinations.EepGetNamingService A network-based naming service using HTTP, with in-memory caching.MetaNamingService A naming service of multiple naming services.NamingService Naming services create a subclass of this class.NamingServiceListener NamingServiceUpdater -
Classes in net.i2p.client.naming used by net.i2p.router.naming Class Description DummyNamingService A Dummy naming service that can only handle base64 and b32 destinations.NamingService Naming services create a subclass of this class.