Package | Description |
---|---|
info.pppc.base.plugin.common.util | |
info.pppc.base.plugin.ip | |
info.pppc.base.plugin.ip.util | |
info.pppc.base.system | |
info.pppc.base.system.plugin |
Modifier and Type | Class and Description |
---|---|
class |
FloodConnector
The flood connector performs a scoped flooding for all packets that
it receives.
|
Modifier and Type | Method and Description |
---|---|
IPacketConnector |
MultiplexFactory.openConnector(short group)
Creates a packet connector that is connected to the specified
group.
|
Constructor and Description |
---|
FloodConnector(IOperator operator,
IPacketConnector connector)
Creates a new flood connector that uses the specified connector
as underlying implementation.
|
FloodConnector(IOperator operator,
IPacketConnector connector,
short scope)
Creates a flood connector that uses the specified connector as
underlying implementation.
|
FloodConnector(IOperator operator,
IPacketConnector connector,
short scope,
int limit)
Creates a flood connector that uses the specified connector as
underlying implementation.
|
Modifier and Type | Method and Description |
---|---|
IPacketConnector |
IPMulticastTransceiver.openGroup()
Opens a connector that connects to the group.
|
IPacketConnector |
IPBroadcastTransceiver.openGroup()
Opens a connector that connects to the specified group.
|
Modifier and Type | Class and Description |
---|---|
class |
IPPacketConnector
A connector that encapsulates a datagram socket.
|
Modifier and Type | Method and Description |
---|---|
IPacketConnector |
PluginManager.openGroup(short group)
Opens a group connector with all transceivers to the specified group.
|
IPacketConnector |
PluginManager.openGroup(short group,
short ability)
Opens a group connector with transceivers that have the specified
ability.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IPacketConnector |
ITransceiver.openGroup()
Opens an outgoing or incoming packet based connector that exchanges
packets with other devices using broadcast semantics.
|
IPacketConnector |
IDiscoveryManager.openGroup(short group)
Opens a group connector using all transceivers that sends and
receives data using the specified group.
|
IPacketConnector |
IDiscoveryManager.openGroup(short group,
short ability)
Opens a group connector using the specified transceiver.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupConnector.addConnector(IPacketConnector c)
Adds the specified packet connector to the set of
connectors used by this connector.
|
void |
GroupConnector.removeConnector(IPacketConnector c)
Adds the specified packet connector to the set of
connectors used by this connector.
|
Constructor and Description |
---|
FragmentConnector(IPacketConnector connector)
Creates a new fragment connector that uses the specified
connector to send packets.
|
FragmentConnector(IPacketConnector connector,
long timeout)
Creates a new fragmenting packet connector that is capable
of sending larger packets than the underlying connector.
|