Uses of Class
net.i2p.i2ptunnel.TunnelController
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 TunnelController in net.i2p.i2ptunnel
Modifier and TypeMethodDescription(package private) TunnelController
I2PTunnel.getController()
TunnelController that constructed this, or null.Modifier and TypeMethodDescriptionTunnelControllerGroup.getControllers()
Retrieve a list of tunnels known.Modifier and TypeMethodDescription(package private) void
TunnelControllerGroup.acquire
(TunnelController controller, I2PSession session) Note the fact that the controller is using the session so that it isn't destroyed prematurely.void
TunnelControllerGroup.addController
(TunnelController controller) Add the given tunnel to the set of known controllers (but dont add it to a config file or start it or anything)(package private) void
TunnelControllerGroup.release
(TunnelController controller, I2PSession session) Note the fact that the controller is no longer using the session, and if no other controllers are using it, destroy the session.void
TunnelControllerGroup.removeConfig
(TunnelController tc) Remove the configuration of this tunnel onlyTunnelControllerGroup.removeController
(TunnelController controller) Stop and remove the given tunnel.void
TunnelControllerGroup.saveConfig
(TunnelController tc) Save the configuration of this tunnel only, may be new.ModifierConstructorDescriptionNew standard constructor in router, with back ref to tc -
Uses of TunnelController in net.i2p.i2ptunnel.ui
Modifier and TypeMethodDescriptionGeneralHelper.getController
(int tunnel) static TunnelController
GeneralHelper.getController
(TunnelControllerGroup tcg, int tunnel) -
Uses of TunnelController in net.i2p.i2ptunnel.web