Uses of Class
net.i2p.data.i2np.I2NPMessageImpl
| Package | Description |
|---|---|
| net.i2p.data.i2np |
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
|
-
Uses of I2NPMessageImpl in net.i2p.data.i2np
Subclasses of I2NPMessageImpl in net.i2p.data.i2np Modifier and Type Class Description classDatabaseLookupMessageDefines the message a router sends to another router to search for a key in the network database.classDatabaseSearchReplyMessageDefines 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.classDatabaseStoreMessageDefines the message a router sends to another router to test the network database reachability, as well as the reply message sent back.classDataMessageDefines a message containing arbitrary bytes of data This is what goes in a GarlicClove.classDeliveryStatusMessageDefines the message sent back in reply to a message when requested, containing the private ack id.classFastI2NPMessageImplIgnore, but save, the SHA-256 checksum in the full 16-byte header when read in.classGarlicMessageDefines the wrapped garlic messageclassInboundTunnelBuildMessageSent from the tunnel creator to the IBGW via an outbound tunnel.classOutboundTunnelBuildReplyMessageSent from the OBEP to the tunnel creator via an inbound tunnel.classShortTunnelBuildMessageVariable size, small records.classShortTunnelBuildReplyMessageInternal use only, to convert an inbound STBM to a reply.classTunnelBuildMessageThe basic build message with 8 records.classTunnelBuildMessageBaseBase for TBM, TBRM, VTBM, VTBRM Retrofitted over them.classTunnelBuildReplyMessageThe basic build reply message with 8 records.classTunnelDataMessageDefines 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...classTunnelGatewayMessageDefines the message sent between one tunnel's endpoint and another's gateway.classUnknownI2NPMessageThis is similar to DataMessage or GarlicMessage but with a variable message type.classVariableTunnelBuildMessageVariable number of records.classVariableTunnelBuildReplyMessageTransmitted from the new outbound endpoint to the creator through a reply tunnel.