forked from I2P_Developers/i2p.i2p
javadocs
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
<html><body>
|
||||
<p>
|
||||
This package defines the low-level messages sent between routers,
|
||||
called the Invisible Internet Network Protocol (I2NP).
|
||||
</p>
|
||||
<p>
|
||||
Not for use by apps, clients or plugins.
|
||||
</p>
|
||||
<p>
|
||||
The Invisible Internet Network Protocol (I2NP) is only a part of how an
|
||||
application can send messages over the network. The Invisible Internet Client
|
||||
Protocol (I2CP) defines how client applications written in any language can
|
||||
|
@ -6,5 +6,10 @@
|
||||
<p>
|
||||
It encompasses sending and receiving messages, building up tunnels, encrypting and decrypting (on multiple levels) where applicable, and so on.
|
||||
</p>
|
||||
<p>
|
||||
Classes in this package, sub-packages, and others in router.jar are
|
||||
not for use by apps, clients or plugins (except for routerconsole).
|
||||
Subject to change. Not necessarily maintained as a stable API.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,4 +3,8 @@
|
||||
These classes define the several useful utilities used
|
||||
throughout the router.
|
||||
</p>
|
||||
<p>
|
||||
Not for use by apps, clients or plugins.
|
||||
Subject to change. Not necessarily maintained as a stable API.
|
||||
</p>
|
||||
</body></html>
|
||||
|
Reference in New Issue
Block a user