Package | Description |
---|---|
info.pppc.base.plugin.common.util | |
info.pppc.base.plugin.ip |
Constructor and Description |
---|
MultiplexFactory(IMultiplexPlugin plugin,
java.io.InputStream input,
java.io.OutputStream output)
Creates a new multiplexer with the specified input and output
stream.
|
MultiplexFactory(IMultiplexPlugin plugin,
java.io.InputStream input,
java.io.OutputStream output,
boolean acknowledged)
Creates a new multiplexer with the specified input and output
stream.
|
MultiplexFactory(IMultiplexPlugin plugin,
java.io.InputStream input,
java.io.OutputStream output,
boolean acknowledged,
int size)
Creates a new multiplexer with the specified input and output
stream.
|
Modifier and Type | Class and Description |
---|---|
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.
|