Uses of Class
net.i2p.i2ptunnel.TunnelControllerGroup
Packages that use 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
Methods in net.i2p.i2ptunnel that return TunnelControllerGroupModifier and TypeMethodDescriptionstatic 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 TunnelControllerGroupMethods in net.i2p.i2ptunnel.ui with parameters of type TunnelControllerGroupModifier 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 TunnelControllerGeneralHelper.getController(TunnelControllerGroup tcg, int tunnel) GeneralHelper.getPrivateKeyFile(TunnelControllerGroup tcg, int tunnel) static StringGeneralHelper.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.Constructors in net.i2p.i2ptunnel.ui with parameters of type TunnelControllerGroup -
Uses of TunnelControllerGroup in net.i2p.i2ptunnel.web
Fields in net.i2p.i2ptunnel.web declared as TunnelControllerGroup