Package | Description |
---|---|
info.pppc.base.plugin.common | |
info.pppc.base.plugin.ip | |
info.pppc.base.system.plugin |
Modifier and Type | Class and Description |
---|---|
class |
ProactiveRouting
The proactive implements simple multi-hop routing with proactive route distribution.
|
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 |
IRouting
The interface of routing plug-ins.
|
interface |
ITransceiver
A communication transceiver describes a plug-in that can receive and transmit
data to a remote system.
|