net.i2p.data.i2np
Class TunnelBuildReplyMessage
java.lang.Object
net.i2p.data.DataStructureImpl
net.i2p.data.i2np.I2NPMessageImpl
net.i2p.data.i2np.TunnelBuildMessageBase
net.i2p.data.i2np.TunnelBuildReplyMessage
- All Implemented Interfaces:
- Serializable, DataStructure, I2NPMessage
- Direct Known Subclasses:
- 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
- See Also:
- Serialized Form
Method Summary |
int |
getType()
Return the unique identifier for this type of I2NP message, as defined in
the I2NP spec |
String |
toString()
|
Methods inherited from class net.i2p.data.i2np.I2NPMessageImpl |
createMessage, fromRawByteArray, getMessageExpiration, getMessageSize, getRawMessageSize, getUniqueId, readBytes, readBytes, readBytes, readBytes, readMessage, registerBuilder, setMessageExpiration, setUniqueId, toByteArray, toByteArray, toRawByteArray, writeBytes |
MESSAGE_TYPE
public static final int MESSAGE_TYPE
- See Also:
- Constant Field Values
TunnelBuildReplyMessage
public TunnelBuildReplyMessage(I2PAppContext context)
TunnelBuildReplyMessage
protected TunnelBuildReplyMessage(I2PAppContext context,
int records)
- Since:
- 0.7.12
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