パッケージ | 説明 |
---|---|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
net.i2p.i2ptunnel.ui |
Classes for configuring tunnels, used externally by Android.
|
net.i2p.i2ptunnel.web |
The UI for adding tunnels and editing their configurations,
implemented as a webapp packaged in i2ptunnel.war.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.util.List<TunnelController> |
TunnelControllerGroup.getControllers() |
Retrieve a list of tunnels known.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(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.
|
java.util.List<java.lang.String> |
TunnelControllerGroup.removeController(TunnelController controller) |
Stop and remove the given tunnel.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
TunnelController |
GeneralHelper.getController(int tunnel) |
|
static TunnelController |
GeneralHelper.getController(TunnelControllerGroup tcg,
int tunnel) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
protected TunnelController |
IndexBean.getController(int tunnel) |