Package | Description |
---|---|
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
net.messagevortex.blender.recipes | |
net.messagevortex.router |
Modifier and Type | Method and Description |
---|---|
RoutingCombo |
InnerMessageBlock.getRouting() |
RoutingCombo |
InnerMessageBlock.setRouting(RoutingCombo newRouting)
Sets the routing block.
|
Modifier and Type | Method and Description |
---|---|
RoutingCombo |
InnerMessageBlock.setRouting(RoutingCombo newRouting)
Sets the routing block.
|
Constructor and Description |
---|
InnerMessageBlock(PrefixBlock prefix,
IdentityBlock i,
RoutingCombo routing)
Creates an inner message with the specified components.
|
Modifier and Type | Method and Description |
---|---|
RoutingCombo |
SimplePathRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet,
IdentityStoreBlock from,
IdentityStoreBlock to) |
RoutingCombo |
LowAnonRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet,
IdentityStoreBlock from,
IdentityStoreBlock to) |
abstract RoutingCombo |
BlenderRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet,
IdentityStoreBlock from,
IdentityStoreBlock to)
Creates a routing block with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
abstract RoutingCombo |
MessageFactory.build() |
RoutingCombo |
SimpleMessageFactory.build()
build a simple message path.
|
RoutingCombo |
GraphSet.getRoutingBlock() |
Copyright © 2023. All rights reserved.