Package | Description |
---|---|
net.messagevortex | |
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
net.messagevortex.blender |
contains blender layer related classes.
|
net.messagevortex.router |
Modifier and Type | Method and Description |
---|---|
static IdentityStore |
MessageVortexRepository.getIdentityStore(String uid,
String id)
Get the identity store specified in the named configuration section.
|
Modifier and Type | Method and Description |
---|---|
static void |
MessageVortexRepository.setIdentityStore(String uid,
String id,
IdentityStore is)
Set the identity store specified in the named configuration section.
|
Modifier and Type | Method and Description |
---|---|
static IdentityStore |
IdentityStore.getIdentityStoreDemo()
Creates a new complete dummy identity store suitable for testing purposes.
|
static IdentityStore |
IdentityStore.getNewIdentityStoreDemo(boolean complete)
Creates a new dummy identity store suitable for testing purposes.
|
Constructor and Description |
---|
DummyBlender(String identity,
BlendingReceiver router,
IdentityStore identityStore)
Creates a passthru blender which abstracts a local transport media.
|
F5Blender(String identity,
BlendingReceiver router,
IdentityStore identityStore,
BlenderGenerator blender)
Creates a passthru blender which abstracts a local transport media.
|
InitialRecipesBlender(String identity,
BlendingReceiver router,
IdentityStore identityStore,
Accountant acc)
Creates a passthru blender which abstracts a local transport media.
|
Modifier and Type | Field and Description |
---|---|
protected IdentityStore |
MessageFactory.identityStore |
Modifier and Type | Method and Description |
---|---|
IdentityStore |
MessageFactory.setIdentityStore(IdentityStore is)
Sets the identity store to be used for creation of the message.
|
Modifier and Type | Method and Description |
---|---|
static MessageFactory |
SimpleMessageFactory.buildMessage(String msg,
int source,
int target,
IdentityStoreBlock[] anonGroupMembers,
IdentityStore is)
Build a message with the specified parameters.
|
IdentityStore |
MessageFactory.setIdentityStore(IdentityStore is)
Sets the identity store to be used for creation of the message.
|
Constructor and Description |
---|
SimpleMessageFactory(String msg,
int source,
int target,
IdentityStoreBlock[] anonGroupMembers,
IdentityStore is)
A simple message factory creating a possibly redundant message path.
|
Copyright © 2023. All rights reserved.