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.blender |
contains blender layer related classes.
|
net.messagevortex.router | |
net.messagevortex.transport |
This package contains vital classes for transport layer.
|
net.messagevortex.transport.dummy | |
net.messagevortex.transport.pop3 | |
net.messagevortex.transport.smtp |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDaemon
This is an abstract class providing empty hulled methods for all thread-less
implementations.
|
class |
MessageVortexRouting |
Modifier and Type | Method and Description |
---|---|
static RunningDaemon |
MessageVortex.getDaemon(String section,
String classname,
net.messagevortex.MessageVortex.DaemonType type)
This is a wrapper of the getConfiguredClass() methode.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,RunningDaemon> |
MessageVortexRepository.getRunningDaemons(String uid)
Get a list of all running daemons.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Accountant
Interface for Accountant classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyAccountant
A dummy accountant always agreeing to all transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityStore
Stores all known identities of a node.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlendingSender
Created by Martin on 04.02.2018.
|
Modifier and Type | Class and Description |
---|---|
class |
Blender
Interface specifying a blender.
|
class |
DummyBlender
This Dummy blender supports only plain blending without an offset.
|
class |
F5Blender
This Dummy blender supports only plain blending without an offset.
|
class |
InitialRecipesBlender |
class |
SmtpBlender |
Modifier and Type | Interface and Description |
---|---|
interface |
Router |
Modifier and Type | Class and Description |
---|---|
class |
SimpleRouterImplementation
A simple router implementation providing some basic strategies
for building a routing block.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Transport
Defines prerequisites for the transport layer.
|
interface |
TransportReceiver
Interface for all blender layers listening to transport layer messages.
|
interface |
TransportSender |
Modifier and Type | Class and Description |
---|---|
class |
MailConnector |
class |
MailServer |
class |
SmtpImapServer |
Modifier and Type | Class and Description |
---|---|
class |
DummyTransportTrx |
Modifier and Type | Class and Description |
---|---|
class |
TestPop3Handler |
Modifier and Type | Class and Description |
---|---|
class |
SmtpSender |
class |
TestSmtpHandler
FIXME: This implementation uses a Greenmail SMTP server.
|
Copyright © 2023. All rights reserved.