Uses of Class
net.i2p.i2ptunnel.TunnelControllerGroup
Package
Description
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
Classes for configuring tunnels, used externally by Android.
The UI for adding tunnels and editing their configurations,
implemented as a webapp packaged in i2ptunnel.war.
-
Uses of TunnelControllerGroup in net.i2p.i2ptunnel
Modifier and TypeMethodDescriptionstatic TunnelControllerGroup
TunnelControllerGroup.getInstance()
In I2PAppContext will instantiate if necessary and always return non-null.static TunnelControllerGroup
TunnelControllerGroup.getInstance
(I2PAppContext ctx) In I2PAppContext will instantiate if necessary and always return non-null. -
Uses of TunnelControllerGroup in net.i2p.i2ptunnel.ui
Modifier and TypeMethodDescriptionGeneralHelper.deleteTunnel
(I2PAppContext context, TunnelControllerGroup tcg, int tunnel, String privKeyFile) Stop the tunnel, delete from config, rename the private key file if in the default directoryGeneralHelper.getAltPrivateKeyFile
(TunnelControllerGroup tcg, int tunnel) static TunnelController
GeneralHelper.getController
(TunnelControllerGroup tcg, int tunnel) GeneralHelper.getPrivateKeyFile
(TunnelControllerGroup tcg, int tunnel) static String
GeneralHelper.getTunnelName
(TunnelControllerGroup tcg, int tunnel) GeneralHelper.saveConfig
(I2PAppContext context, TunnelControllerGroup tcg, int tunnel) Save the configuration for an existing tunnel to disk.GeneralHelper.saveTunnel
(I2PAppContext context, TunnelControllerGroup tcg, int tunnel, TunnelConfig config) Save the configuration for a new or existing tunnel to disk.GeneralHelper.updateTunnelConfig
(TunnelControllerGroup tcg, int tunnel, TunnelConfig config) Update the config and if shared, adjust and save the config of other shared clients. -
Uses of TunnelControllerGroup in net.i2p.i2ptunnel.web