Package | Description |
---|---|
info.pppc.base.plugin.ip | |
info.pppc.base.plugin.ip.util |
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.
|
Constructor and Description |
---|
IPPacketConnector(IIPPlugin plugin,
java.net.DatagramSocket socket,
java.net.InetAddress group,
int length)
Creates a new packet connector that broadcasts messages
using the specified datagram socket.
|
IPStreamConnector(IIPPlugin plugin,
java.net.Socket socket)
Creates a new stream connector that uses the specified
socket to communicate and adds the new stream connector
to the connector list.
|