net.i2p.data.i2np
Class TunnelBuildMessage
java.lang.Object
net.i2p.data.DataStructureImpl
net.i2p.data.i2np.I2NPMessageImpl
net.i2p.data.i2np.TunnelBuildMessageBase
net.i2p.data.i2np.TunnelBuildMessage
- All Implemented Interfaces:
- DataStructure, I2NPMessage
- Direct Known Subclasses:
- VariableTunnelBuildMessage
public class TunnelBuildMessage
- extends TunnelBuildMessageBase
The basic build message with 8 records.
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
TunnelBuildMessage
public TunnelBuildMessage(I2PAppContext context)
TunnelBuildMessage
protected TunnelBuildMessage(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