See: Description
| Class | Description |
|---|---|
| CoreVersion |
Expose a version string.
|
| I2PAppContext |
Provide a base scope for accessing singletons that I2P exposes.
|
| Exception | Description |
|---|---|
| I2PException |
Base class of I2P exceptions
This was originally used to provide chained exceptions, but
those were added to Exception in Java 1.4, so this class provides nothing
extra at the moment.
|
Core I2P package providing fundamental interfaces, version information, and entry points to essential I2P services.
This package contains the foundational components that form the public API of I2P, including:
With a few exceptions, this package and all others in i2p.jar are maintained as a stable API for use by apps, clients, and plugins. The classes in this package provide the primary means for external applications to interact with the I2P network.
Key Usage: