Package | Description |
---|---|
net.messagevortex | |
net.messagevortex.accounting |
Contains classes required to do accounting.
|
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
net.messagevortex.router.operation |
Contains classes required to execute mix operations in memory.
|
Modifier and Type | Method and Description |
---|---|
static InternalPayloadSpace |
MessageVortexRepository.getOwnSpace(String uid,
IdentityBlock ib)
Gets own payload space for a specific identity.
|
static InternalPayloadSpace |
MessageVortexRepository.getSimulatedSpace(String uid,
IdentityBlock ib)
gets a simulated payload space for a specific identity block.
|
Modifier and Type | Method and Description |
---|---|
int |
DummyAccountant.verifyHeaderForProcessing(IdentityBlock header)
Dummy Verifier always returning for all requests an unlimited quota.
|
int |
HeaderVerifier.verifyHeaderForProcessing(IdentityBlock header)
checks the given IdentityBlock for validity of processing.
|
Modifier and Type | Method and Description |
---|---|
IdentityBlock |
InnerMessageBlock.getIdentity() |
Constructor and Description |
---|
InnerMessageBlock(PrefixBlock prefix,
IdentityBlock i,
RoutingCombo routing)
Creates an inner message with the specified components.
|
Modifier and Type | Method and Description |
---|---|
IdentityBlock |
InternalPayloadSpace.getIdentity() |
IdentityBlock |
AbstractOperation.getIdentity() |
IdentityBlock |
Operation.getIdentity() |
Modifier and Type | Method and Description |
---|---|
InternalPayloadSpace |
InternalPayloadSpaceStore.getInternalPayload(IdentityBlock identity)
Gets a payload space from the payload space store.
|
InternalPayloadSpace |
InternalPayloadSpaceStore.setInternalPayload(IdentityBlock identity,
InternalPayloadSpace payload)
Sets a payload space into the payload space store.
|
Constructor and Description |
---|
InternalPayloadSpace(InternalPayloadSpaceStore payloadSpace,
IdentityBlock identity)
Creates an internal payload space and adds it to the central directory.
|
Copyright © 2023. All rights reserved.