| Package | Description |
|---|---|
| net.i2p.router |
The I2P router application handles I2P network communication.
|
| net.i2p.router.tunnel |
Core tunnel management, message processing, and encryption for I2P's anonymous routing system.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelTestStatus |
TunnelInfo.getTestStatus()
Get the current test status of this tunnel for UI display.
|
static TunnelTestStatus |
TunnelTestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelTestStatus[] |
TunnelTestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelTestStatus |
TunnelCreatorConfig.getTestStatus()
Get the current test status for UI display.
|