Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the 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) |
Modifier and Type | Method and Description |
---|---|
void |
I2PProperties.addCallBack(I2PProperties.I2PPropertyCallback callback) |
void |
I2PProperties.removeCallBack(I2PProperties.I2PPropertyCallback callback) |