| Constructor and Description |
|---|
ChangesReceiver(String multicastHost,
int mport,
int dpsize,
BlockingQueue<byte[]> nodesToSpawn)
Construct the MultiCast Receiver
|
ChangesReceiver(String multicastHost, int mport, int dpsize, BlockingQueue<byte[]> nodesToSpawn) throws UnknownHostException
multicastHost - 'channel' of the multicastmport - port of the multicastdpsize - datapacket receive sizenodesToSpawn - Queue of received messagesUnknownHostException - when multicastHost is not foundMMBase 1.9-SNAPSHOT - ${javadoctimestamp}