DataStructure
, I2NPMessage
VariableTunnelBuildMessage
public class TunnelBuildMessage extends TunnelBuildMessageBase
I2NPMessageImpl.Builder
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static int |
MESSAGE_TYPE |
MAX_ID_VALUE, MAX_SIZE
_context, _expiration, _log, _uniqueId, CHECKSUM_LENGTH, DEFAULT_EXPIRATION_MS, HEADER_LENGTH
_records, MAX_RECORD_COUNT, RECORD_COUNT, RECORD_SIZE
修飾子 | コンストラクタ | 説明 |
---|---|---|
|
TunnelBuildMessage(I2PAppContext context) |
|
protected |
TunnelBuildMessage(I2PAppContext context,
int records) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
int |
getType() |
Return the unique identifier for this type of I2NP message, as defined in
the I2NP spec
|
java.lang.String |
toString() |
calculateHash, fromBase64, fromByteArray, toBase64
calculateHash, fromBase64, fromByteArray, read, toBase64
createMessage, fromRawByteArray, getMessageExpiration, getMessageSize, getRawMessageSize, getUniqueId, readBytes, readBytes, readBytes, readBytes, readMessage, registerBuilder, setMessageExpiration, setUniqueId, toByteArray, toByteArray, toRawByteArray, writeBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
calculateWrittenLength, getRecord, getRecordCount, readMessage, setRecord, writeMessageBody
public static final int MESSAGE_TYPE
public TunnelBuildMessage(I2PAppContext context)
protected TunnelBuildMessage(I2PAppContext context, int records)
public int getType()
I2NPMessage
public java.lang.String toString()
toString
クラス内 java.lang.Object