net.i2p.router.message
public class PayloadGarlicConfig extends GarlicConfig
Constructor and Description |
---|
PayloadGarlicConfig() |
Modifier and Type | Method and Description |
---|---|
I2NPMessage |
getPayload() |
protected String |
getSubData() |
void |
setPayload(I2NPMessage message)
Specify the I2NP message to be sent - if this is set, no other cloves can be included
in this block
|
addClove, clearCloves, getCertificate, getClove, getCloveCount, getDeliveryInstructions, getExpiration, getId, getRecipient, getRecipientPublicKey, getReplyBlockCertificate, getReplyBlockExpiration, getReplyBlockMessageId, getReplyInstructions, getReplyThroughRouter, getRequestAck, setCertificate, setDeliveryInstructions, setExpiration, setId, setRecipient, setRecipientPublicKey, setReplyBlockCertificate, setReplyBlockExpiration, setReplyBlockMessageId, setReplyInstructions, setReplyThroughRouter, setRequestAck, toString
public void setPayload(I2NPMessage message)
public I2NPMessage getPayload()
protected String getSubData()
getSubData
in class GarlicConfig