Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
net.i2p.data.router |
Classes formerly in net.i2p.data but moved here as they are only used by the router.
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
Modifier and Type | Method and Description |
---|---|
RoutingKeyGenerator |
I2PAppContext.routingKeyGenerator()
Determine how much do we want to mess with the keys to turn them
into something we can route.
|
Modifier and Type | Method and Description |
---|---|
static RoutingKeyGenerator |
RoutingKeyGenerator.getInstance()
Get the generator for this context.
|
Modifier and Type | Class and Description |
---|---|
class |
RouterKeyGenerator
Component to manage the munging of hashes into routing keys - given a hash,
perform some consistent transformation against it and return the result.
|
Modifier and Type | Method and Description |
---|---|
RoutingKeyGenerator |
RouterContext.routingKeyGenerator()
Determine how much do we want to mess with the keys to turn them
into something we can route.
|