|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeliveryInstructions | |
---|---|
net.i2p.data.i2np | |
net.i2p.router.message | |
net.i2p.router.tunnel |
Uses of DeliveryInstructions in net.i2p.data.i2np |
---|
Methods in net.i2p.data.i2np that return DeliveryInstructions | |
---|---|
DeliveryInstructions |
GarlicClove.getInstructions()
|
Methods in net.i2p.data.i2np with parameters of type DeliveryInstructions | |
---|---|
void |
GarlicClove.setInstructions(DeliveryInstructions instr)
|
Uses of DeliveryInstructions in net.i2p.router.message |
---|
Methods in net.i2p.router.message that return DeliveryInstructions | |
---|---|
DeliveryInstructions |
GarlicConfig.getDeliveryInstructions()
|
DeliveryInstructions |
GarlicConfig.getReplyInstructions()
|
Methods in net.i2p.router.message with parameters of type DeliveryInstructions | |
---|---|
void |
HandleGarlicMessageJob.handleClove(DeliveryInstructions instructions,
I2NPMessage data)
|
void |
GarlicMessageReceiver.CloveReceiver.handleClove(DeliveryInstructions instructions,
I2NPMessage data)
|
void |
GarlicConfig.setDeliveryInstructions(DeliveryInstructions instructions)
Specify how the I2NPMessage in the clove should be handled. |
void |
GarlicConfig.setReplyInstructions(DeliveryInstructions instructions)
Specify how any reply will be routed so that it reaches this router after being delivered to the getReplyThroughRouter. |
Uses of DeliveryInstructions in net.i2p.router.tunnel |
---|
Methods in net.i2p.router.tunnel with parameters of type DeliveryInstructions | |
---|---|
void |
InboundMessageDistributor.handleClove(DeliveryInstructions instructions,
I2NPMessage data)
Handle a clove removed from the garlic message |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |