Package | Description |
---|---|
net.i2p.router.tunnel |
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Field and Description |
---|---|
protected static ByteCache |
TrivialPreprocessor._dataCache
Here in tunnels, we take from the cache but never add to it.
|
Modifier and Type | Method and Description |
---|---|
static ByteCache |
ByteCache.getInstance(int cacheSize,
int size)
Get a cache responsible for objects of the given size.
|