Package | Description |
---|---|
net.i2p.i2ptunnel | |
net.i2p.i2ptunnel.web |
Modifier and Type | Method and Description |
---|---|
List<TunnelController> |
TunnelControllerGroup.getControllers()
Retrieve a list of tunnels known
|
Modifier and Type | Method and Description |
---|---|
(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.
|
List<String> |
TunnelControllerGroup.removeController(TunnelController controller)
Stop and remove the given tunnel
|
Modifier and Type | Method and Description |
---|---|
protected TunnelController |
IndexBean.getController(int tunnel) |