Uses of Class
net.i2p.data.i2np.DeliveryInstructions
-
Packages that use DeliveryInstructions Package Description net.i2p.data.i2np This package defines the low-level messages sent between routers, called the Invisible Internet Network Protocol (I2NP).net.i2p.router.message Creates and parses garlic messages.net.i2p.router.tunnel All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption. -
-
Uses of DeliveryInstructions in net.i2p.data.i2np
Fields in net.i2p.data.i2np declared as DeliveryInstructions Modifier and Type Field Description static DeliveryInstructionsDeliveryInstructions. LOCALImmutable local instructions, no optionsMethods in net.i2p.data.i2np that return DeliveryInstructions Modifier and Type Method Description static DeliveryInstructionsDeliveryInstructions. create(byte[] data, int offset)Returns immutable local instructions, or newDeliveryInstructionsGarlicClove. getInstructions()Methods in net.i2p.data.i2np with parameters of type DeliveryInstructions Modifier and Type Method Description voidGarlicClove. setInstructions(DeliveryInstructions instr) -
Uses of DeliveryInstructions in net.i2p.router.message
Methods in net.i2p.router.message that return DeliveryInstructions Modifier and Type Method Description DeliveryInstructionsGarlicConfig. getDeliveryInstructions()Methods in net.i2p.router.message with parameters of type DeliveryInstructions Modifier and Type Method Description voidGarlicMessageReceiver.CloveReceiver. handleClove(DeliveryInstructions instructions, I2NPMessage data)voidHandleGarlicMessageJob. handleClove(DeliveryInstructions instructions, I2NPMessage data)voidGarlicConfig. setDeliveryInstructions(DeliveryInstructions instructions)Specify how the I2NPMessage in the clove should be handled. -
Uses of DeliveryInstructions in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel with parameters of type DeliveryInstructions Modifier and Type Method Description voidInboundMessageDistributor. handleClove(DeliveryInstructions instructions, I2NPMessage data)Handle a clove removed from the garlic message
-