Uses of Class
net.i2p.i2ptunnel.TunnelControllerGroup
| Package | Description |
|---|---|
| net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
| net.i2p.i2ptunnel.ui |
Classes for configuring tunnels, used externally by Android.
|
| net.i2p.i2ptunnel.web |
The UI for adding tunnels and editing their configurations,
implemented as a webapp packaged in i2ptunnel.war.
|
-
Uses of TunnelControllerGroup in net.i2p.i2ptunnel
Methods in net.i2p.i2ptunnel that return TunnelControllerGroup Modifier and Type Method Description static TunnelControllerGroupTunnelControllerGroup. getInstance()In I2PAppContext will instantiate if necessary and always return non-null.static TunnelControllerGroupTunnelControllerGroup. getInstance(I2PAppContext ctx)In I2PAppContext will instantiate if necessary and always return non-null. -
Uses of TunnelControllerGroup in net.i2p.i2ptunnel.ui
Fields in net.i2p.i2ptunnel.ui declared as TunnelControllerGroup Modifier and Type Field Description protected TunnelControllerGroupGeneralHelper. _groupMethods in net.i2p.i2ptunnel.ui with parameters of type TunnelControllerGroup Modifier and Type Method Description static List<String>GeneralHelper. deleteTunnel(I2PAppContext context, TunnelControllerGroup tcg, int tunnel, String privKeyFile)Stop the tunnel, delete from config, rename the private key file if in the default directoryStringGeneralHelper. getAltPrivateKeyFile(TunnelControllerGroup tcg, int tunnel)static TunnelControllerGeneralHelper. getController(TunnelControllerGroup tcg, int tunnel)StringGeneralHelper. getPrivateKeyFile(TunnelControllerGroup tcg, int tunnel)static StringGeneralHelper. getTunnelName(TunnelControllerGroup tcg, int tunnel)protected static List<String>GeneralHelper. saveConfig(I2PAppContext context, TunnelControllerGroup tcg, int tunnel)Save the configuration for an existing tunnel to disk.static List<String>GeneralHelper. saveTunnel(I2PAppContext context, TunnelControllerGroup tcg, 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.Constructors in net.i2p.i2ptunnel.ui with parameters of type TunnelControllerGroup Constructor Description GeneralHelper(I2PAppContext context, TunnelControllerGroup tcg)GeneralHelper(TunnelControllerGroup tcg) -
Uses of TunnelControllerGroup in net.i2p.i2ptunnel.web
Fields in net.i2p.i2ptunnel.web declared as TunnelControllerGroup Modifier and Type Field Description protected TunnelControllerGroupIndexBean. _group