Uses of Class
net.i2p.i2ptunnel.TunnelController

Packages that use TunnelController
net.i2p.i2ptunnel   
 

Uses of TunnelController in net.i2p.i2ptunnel
 

Methods in net.i2p.i2ptunnel that return TunnelController
(package private)  TunnelController WebEditPageHelper.getTunnelController()
          Retrieve the tunnel pointed to by the current id
 

Methods in net.i2p.i2ptunnel with parameters of type TunnelController
 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)
 java.util.List TunnelControllerGroup.removeController(TunnelController controller)
          Stop and remove the given tunnel
(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.
(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.