| Package | Description |
|---|---|
| net.i2p | Core I2P package providing fundamental interfaces, version information, and entry points to essential I2P services. |
| net.i2p.router | The I2P router application handles I2P network communication. |
| net.i2p.util | Core utility classes and helper functions used throughout the I2P router and applications. |
| Modifier and Type | Field and Description |
|---|---|
protected Clock | I2PAppContext._clockThe context clock, overridden in RouterContext |
| Modifier and Type | Method and Description |
|---|---|
Clock | I2PAppContext.clock()The context's synchronized clock, which is kept context specific only to
enable simulators to play with clock skew among different instances. |
| Modifier and Type | Class and Description |
|---|---|
class | RouterClockAlternate location for determining the time which takes into account an offset. |
| Modifier and Type | Method and Description |
|---|---|
static Clock | Clock.getInstance()Get the global clock instance. |