Modifier and Type | Class and Description |
---|---|
class |
ServerHandshakeSemantic
Is used for server-client communication.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectSerializer
The object serializer is a modifier that provides object input and output streams
that support the object output and input interface of base.
|
class |
ProactiveDiscovery
A discovery plug-in that performs a simple proactive announcement of plug-in descriptions.
|
class |
ProactiveRouting
The proactive implements simple multi-hop routing with proactive route distribution.
|
class |
RmiSemantic
The rmi semantic plug-in is the new default plug-in for asynchronous and synchronous
method calls.
|
class |
StreamSemantic
The stream semantic is a pass-through semantic for stream connectors.
|
class |
TimedDiscovery
A discovery plug-in that performs proactive announcement of plug-in descriptions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMultiplexPlugin
A multiplexer plug-in is a plug-in that makes use of the multiplexer
to multiplex connections.
|
Modifier and Type | Class and Description |
---|---|
class |
IPBroadcastTransceiver
The ip broadcast transceiver plug-in delivers a transport end point based on
ip.
|
class |
IPMulticastTransceiver
The ip multicast transceiver plug-in delivers a transport end point based on ip.
|
class |
MxIPBroadcastTransceiver
The multiplexing ip transceiver is a net transceiver that performs
connection multiplexing in order to reduce the number of tcp
connections opened by the transceiver.
|
class |
MxIPMulticastTransceiver
The multiplexing ip transceiver is a net transceiver that performs
connection multiplexing in order to reduce the number of tcp
connections opened by the transceiver.
|
class |
MxIPProactiveRouting
The mx ip proactive routing plug-in implements proactive routing with
ip-based gateway functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IIPPlugin
The ip plug-in interface is implemented by ip plug-ins to enable the
reuse of the ip-based connectors.
|
Modifier and Type | Class and Description |
---|---|
class |
ExchangeSemantic
A semantic plug-in that implements a Diffie Hellmann key exchange on top
of a secure three way handshake that is authenticated using certificates.
|
class |
SecureModifier
The security plug-in provides authentication and encryption.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginDescription
Object which describes a plug-in implementation and can be propagated to other systems.
|
class |
PluginManager
This class is the core of the plug-in architecture.
|
class |
PluginManager.SessionStrategy
The default session strategy that is used in all cases where no
specialized strategy is available.
|
Modifier and Type | Class and Description |
---|---|
class |
NFCollection
The non-functional collection is used to represent requirements on
the communication stack.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDiscovery
The interface of a discovery plug-in.
|
interface |
IModifier
A modifier is a plug-in that changes the stream type provided
by another plug-in.
|
interface |
IPlugin
This is the base interface that must be implemented by all plug-in
implementations.
|
interface |
IRouting
The interface of routing plug-ins.
|
interface |
ISemantic
This is the interface that must be implemented by semantic plug-ins.
|
interface |
ISessionStrategy
Generic interface for plug-in selection strategies.
|
interface |
ITransceiver
A communication transceiver describes a plug-in that can receive and transmit
data to a remote system.
|