Uses of Class
net.messagevortex.asn1.PayloadChunk
Packages that use PayloadChunk
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
Contains classes required to execute mix operations in memory.
-
Uses of PayloadChunk in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return PayloadChunk -
Uses of PayloadChunk in net.messagevortex.router.operation
Methods in net.messagevortex.router.operation that return PayloadChunkModifier and TypeMethodDescriptionInternalPayloadSpace.getPayload(int id) Gets the payload of a workspace id.InternalPayloadSpace.setPayload(PayloadChunk p) Sets a payload chunk.Methods in net.messagevortex.router.operation with parameters of type PayloadChunkModifier and TypeMethodDescriptionvoidInternalPayloadSpace.setCalculatedPayload(int id, PayloadChunk p) Sets an ephemeral payload.InternalPayloadSpace.setPayload(PayloadChunk p) Sets a payload chunk.