| 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 | Method and Description |
|---|---|
void | I2PAppContext.addPropertyCallback(I2PProperties.I2PPropertyCallback callback)Add a callback, which will fire upon changes in the property
given in the specific callback. |
| Modifier and Type | Method and Description |
|---|---|
void | RouterContext.addPropertyCallback(I2PProperties.I2PPropertyCallback callback)Add a callback for property changes. |
| Modifier and Type | Method and Description |
|---|---|
void | I2PProperties.addCallBack(I2PProperties.I2PPropertyCallback callback)Registers a callback for property change notifications. |
void | I2PProperties.removeCallBack(I2PProperties.I2PPropertyCallback callback)Unregisters a callback. |