public class UDPDiscoveryReceiver extends Object implements Runnable, IShutdownObserver
| Modifier and Type | Class and Description |
|---|---|
class |
UDPDiscoveryReceiver.MessageHandler
Separate thread run when a command comes into the UDPDiscoveryReceiver.
|
| Constructor and Description |
|---|
UDPDiscoveryReceiver(UDPDiscoveryService service,
String multicastAddressString,
int multicastPort)
Constructor for the LateralUDPReceiver object.
|
public UDPDiscoveryReceiver(UDPDiscoveryService service, String multicastAddressString, int multicastPort) throws IOException
We determine out own host using InetAddress
service - multicastAddressString - multicastPort - IOExceptionpublic Object waitForMessage() throws IOException
IOExceptionpublic void run()
public void setCnt(int cnt)
cnt - The cnt to set.public int getCnt()
public void shutdown()
shutdown in interface IShutdownObserverCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.