Package | Description |
---|---|
info.pppc.base.plugin.common | |
info.pppc.base.plugin.common.util | |
info.pppc.base.plugin.ip.util | |
info.pppc.base.plugin.security | |
info.pppc.base.system.plugin |
Modifier and Type | Class and Description |
---|---|
class |
ObjectSerializer.StreamConnector
The stream connector provides object input and output streams depending
on the implementation of the underlying stream connector.
|
class |
StreamSemantic.StreamConnector
Implements a stream connector for internal use during
forwarding on the same device.
|
Modifier and Type | Class and Description |
---|---|
class |
FloodConnector
The flood connector performs a scoped flooding for all packets that
it receives.
|
class |
TimeoutConnector
The timeout connector implements a simple protocol to establish a connection
between two entities that are using unbuffered output streams that do not
provide a connection detection.
|
Modifier and Type | Class and Description |
---|---|
class |
IPPacketConnector
A connector that encapsulates a datagram socket.
|
class |
IPStreamConnector
The stream connector transforms an incoming or outgoing socket into a
stream connector that can be used by base.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureModifier.StreamConnector
The stream connector provides AES encrypted input and output streams depending
on the implementation of the underlying stream connector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPacketConnector
A packet connector is a connector that broadcasts packets.
|
interface |
IStreamConnector
A stream connector is a connector that delivers streams to transfer and/or
receive data.
|
Modifier and Type | Class and Description |
---|---|
class |
FragmentConnector
The fragment connector is a wrapper for packet connectors that
performs an automatic packet fragmentation and defragmentation.
|
class |
GroupConnector
The group packet connector is used to multiplex packet connectors.
|