|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzisko.multicastor.program.mmrp.MMRPEntity
zisko.multicastor.program.mmrp.MMRPSender
public class MMRPSender
Send data packets into the MMRPPath
Constructor Summary | |
---|---|
MMRPSender(byte[] deviceMACAddress,
byte[] streamMACAddress)
|
Method Summary | |
---|---|
void |
sendDataPacket(byte[] data)
|
Methods inherited from class zisko.multicastor.program.mmrp.MMRPEntity |
---|
deregisterAllPaths, deregisterPath, registerPath |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMRPSender(byte[] deviceMACAddress, byte[] streamMACAddress) throws java.io.IOException
deviceMACAddress
- is a byte array which contains the MAC address of the network device.streamMACAddress
- is a byte array which contains the Address of the multicast group
java.io.IOException
- if the network device was not foundMethod Detail |
---|
public void sendDataPacket(byte[] data) throws java.io.IOException
data
- is a byte array which contains the data which should be send
java.io.IOException
- if network device was not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |