Class TunnelBuildReplyMessage

All Implemented Interfaces:
I2NPMessage
Direct Known Subclasses:
OutboundTunnelBuildReplyMessage, ShortTunnelBuildReplyMessage, VariableTunnelBuildReplyMessage

public class TunnelBuildReplyMessage extends TunnelBuildMessageBase
The basic build reply message with 8 records. Transmitted from the new outbound endpoint to the creator through a reply tunnel
  • Field Details

  • Constructor Details

    • TunnelBuildReplyMessage

      public TunnelBuildReplyMessage(I2PAppContext context)
    • TunnelBuildReplyMessage

      protected TunnelBuildReplyMessage(I2PAppContext context, int records)
      Since:
      0.7.12
  • Method Details

    • getType

      public int getType()
      Description copied from interface: I2NPMessage
      Return the unique identifier for this type of I2NP message, as defined in the I2NP spec
    • toString

      public String toString()
      Overrides:
      toString in class Object