forked from I2P_Developers/i2p.i2p
streaming javadoc fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user