| Package | Description |
|---|---|
| net.i2p.i2ptunnel.ui | Public API classes for programmatic tunnel configuration and management. |
| Modifier and Type | Method and Description |
|---|---|
static List<String> | GeneralHelper.saveTunnel(I2PAppContext context,
TunnelControllerGroup tcg,
int tunnel,
TunnelConfig config)Save the configuration for a new or existing tunnel to disk. |
List<String> | GeneralHelper.saveTunnel(int tunnel,
TunnelConfig config)Save the configuration for a new or existing tunnel to disk. |
protected static List<String> | GeneralHelper.updateTunnelConfig(TunnelControllerGroup tcg,
int tunnel,
TunnelConfig config)Update the config and if shared, adjust and save the config of other shared clients. |