Uses of Class
net.messagevortex.asn1.PrefixBlock
Packages that use PrefixBlock
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of PrefixBlock in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return PrefixBlockModifier and TypeMethodDescriptionInnerMessageBlock.getPrefix()final PrefixBlockVortexMessage.getPrefix()Gets the embedded prefix block.final PrefixBlockVortexMessage.setPrefix(PrefixBlock pre) Sets the embedded prefix block.Methods in net.messagevortex.asn1 with parameters of type PrefixBlockModifier and TypeMethodDescriptionfinal PrefixBlockVortexMessage.setPrefix(PrefixBlock pre) Sets the embedded prefix block.Constructors in net.messagevortex.asn1 with parameters of type PrefixBlockModifierConstructorDescriptionInnerMessageBlock(PrefixBlock prefix, IdentityBlock i, RoutingCombo routing) Creates an inner message with the specified components.VortexMessage(PrefixBlock pre, InnerMessageBlock im) Creates a new message block.