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). |
Class and Description |
---|
NamingService
Naming services create a subclass of this class.
|
Class and Description |
---|
HostTxtEntry
A hostname, b64 destination, and optional properties.
|
NamingService
Naming services create a subclass of this class.
|
NamingServiceUpdater |
Class and 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 |