Uses of Package
net.i2p.data.i2np
Package
Description
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
The I2P router application handles the I2P network communication.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
Creates and parses garlic messages.
A couple of classes, but most things are in kademlia.
The network database, including implementation of floodfills.
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
Tunnel creation, tunnel build message handling.
-
ClassDescriptionContains the delivery instructions for garlic cloves.ElGamal-encrypted request or response.Ignore, but save, the SHA-256 checksum in the full 16-byte header when read in.Base interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48Represent an error serializing or deserializing an APIMessageHandle messages from router to router.Defines the base message implementation.interface for extending the types of messages handled - unusedSmall records.The basic build message with 8 records.Base for TBM, TBRM, VTBM, VTBRM Retrofitted over them.The basic build reply message with 8 records.
-
ClassDescriptionBase interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
-
ClassDescriptionContains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery.Represent an error serializing or deserializing an APIMessage
-
ClassDescriptionContains the delivery instructions for garlic cloves.Contains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery.Defines the wrapped garlic messageBase interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
-
ClassDescriptionDefines the message a router sends to another router to search for a key in the network database.Base interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
-
ClassDescriptionDefines the message a router sends to another router to search for a key in the network database.Defines the message a router sends to another router in response to a search (DatabaseFindNearest or DatabaseLookup) when it doesn't have the value, specifying what routers it would search.Defines the message a router sends to another router to test the network database reachability, as well as the reply message sent back.Defines the wrapped garlic messageBase interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
-
ClassDescriptionBase interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
-
ClassDescriptionBase interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48Represent an error serializing or deserializing an APIMessage
-
ClassDescriptionDefines the message a router sends to another router to test the network database reachability, as well as the reply message sent back.Base interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48Represent an error serializing or deserializing an APIMessageHandle messages from router to router.
-
ClassDescriptionContains the delivery instructions for garlic cloves.Base interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48Defines the message sent between routers as part of the tunnel delivery The tunnel ID is changed in-place by TunnelParticipant.send(), so we can't reuse the checksum on output, but we still subclass FastI2NPMessageImpl so we don't verify the checksum on input...Defines the message sent between one tunnel's endpoint and another's gateway.
-
ClassDescriptionAs of 0.9.48, supports two formats.The basic build message with 8 records.The basic build reply message with 8 records.