Javadoc: missing package.html files in applications (ticket #1109)

This commit is contained in:
zzz
2015-03-22 18:37:40 +00:00
parent 78074f6a7e
commit dcffde6eeb
16 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
Filters for the IRC client tunnel, and DCC handlers.
</p>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
A very simple HTTP server, used only for css and images on HTTP client proxy error pages.
</p>
</body>
</html>

View File

@ -0,0 +1,14 @@
<html>
<body>
<p>
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
Includes special-purpose tunnels for IRC, SOCKS, HTTP, and more.
</p><p>
The entry point is TunnelControllerGroup, which is started from clients.config.
Individual tunnel configuration is in i2ptunnel.config.
The primary API is TunnelControllerGroup and TunnelController.
Other classes may not be maintained as a stable API.
</p>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
SOCKS 4, 4a, and 5 client tunnels.
</p>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<body>
<p>
Special-purpose client and server tunnels for streaming UDP clients and servers,
generally for audio and video streaming.
Extends the base classes in net.i2p.i2ptunnel.udpTunnel.
</p>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<p>
A small API used by UDP tunnels.
</p>
</body>
</html>

View File

@ -0,0 +1,8 @@
<html>
<body>
<p>
Classes for configuring tunnels, used externally by Android.
Separated out of net.i2p.i2ptunnel.web as a publicly supported API in 0.9.19.
</p>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<body>
<p>
The UI for adding tunnels and editing their configurations,
implemented as a webapp packaged in i2ptunnel.war.
Not be maintained as a stable API.
</p>
</body>
</html>