forked from I2P_Developers/i2p.i2p
Javadoc: missing package.html files in applications (ticket #1109)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Filters for the IRC client tunnel, and DCC handlers.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@ -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>
|
14
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/package.html
Normal file
14
apps/i2ptunnel/java/src/net/i2p/i2ptunnel/package.html
Normal 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>
|
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
SOCKS 4, 4a, and 5 client tunnels.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@ -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>
|
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
A small API used by UDP tunnels.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@ -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>
|
@ -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>
|
Reference in New Issue
Block a user