Uses of Class
net.i2p.data.i2np.TunnelBuildMessageBase
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 TunnelBuildMessageBase in net.i2p.data.i2np
Subclasses of TunnelBuildMessageBase in net.i2p.data.i2np Modifier and Type Class Description class
InboundTunnelBuildMessage
Sent from the tunnel creator to the IBGW via an outbound tunnel.class
OutboundTunnelBuildReplyMessage
Sent from the OBEP to the tunnel creator via an inbound tunnel.class
ShortTunnelBuildMessage
Variable size, small records.class
ShortTunnelBuildReplyMessage
Internal use only, to convert an inbound STBM to a reply.class
TunnelBuildMessage
The basic build message with 8 records.class
TunnelBuildReplyMessage
The basic build reply message with 8 records.class
VariableTunnelBuildMessage
Variable number of records.class
VariableTunnelBuildReplyMessage
Transmitted from the new outbound endpoint to the creator through a reply tunnel.