Uses of Class
net.i2p.client.datagram.Datagram2
Packages that use Datagram2
Package
Description
Provides a standard way for reading and writing messages transferred over I2P
so that the recipient has an authenticated mechanism to reply to it.
-
Uses of Datagram2 in net.i2p.client.datagram
Methods in net.i2p.client.datagram that return Datagram2Modifier and TypeMethodDescriptionstatic Datagram2
Datagram2.load
(I2PAppContext ctx, I2PSession session, byte[] dgram) Load an I2P repliable datagram and verify the signature.