streaming javadoc fixes

This commit is contained in:
zzz
2014-02-01 12:37:45 +00:00
parent 99f28519fb
commit 3ab149a399
3 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,12 @@
<html><body>
<p>Implements a TCP-like (reliable, authenticated, in order) set of sockets for
<p>Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
This is the streaming implementation (moved for ticket #1135 to here).
For the API (which you probably want), see ministreaming.
Clients should not need to access anything in this package directly.
Use the interfaces and factory in net.i2p.streaming.
Note that this class is split across two jars, streaming.jar and ministreaming.jar.
The interfaces and some code are in ministreaming.jar, but the