Uses of Class
net.i2p.client.datagram.I2PInvalidDatagramException

Packages that use I2PInvalidDatagramException
net.i2p.client.datagram 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 I2PInvalidDatagramException in net.i2p.client.datagram
 

Methods in net.i2p.client.datagram that throw I2PInvalidDatagramException
 byte[] I2PDatagramDissector.getPayload()
          Get the payload carried by an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
 Destination I2PDatagramDissector.getSender()
          Get the sender of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.