Class OutboundTunnelBuildReplyMessage

All Implemented Interfaces:
I2NPMessage

public class OutboundTunnelBuildReplyMessage extends TunnelBuildReplyMessage
Sent from the OBEP to the tunnel creator via an inbound tunnel. Contains a variable number of encrypted records. This message must be garlic-encrypted to hide the contents from the OBGW. Preliminary, see proposal 157.
Since:
0.9.50
  • Field Details

  • Constructor Details

    • OutboundTunnelBuildReplyMessage

      public OutboundTunnelBuildReplyMessage(I2PAppContext context)
      zero record count, will be set with readMessage()
    • OutboundTunnelBuildReplyMessage

      public OutboundTunnelBuildReplyMessage(I2PAppContext context, int records)
  • Method Details