public class UDPDiscoveryReceiver extends Object implements Runnable, IShutdownObserver
| Modifier and Type | Class and Description |
|---|---|
class |
UDPDiscoveryReceiver.MessageHandler
Deprecated.
|
| Constructor and Description |
|---|
UDPDiscoveryReceiver(UDPDiscoveryService service,
String multicastInterfaceString,
InetAddress multicastAddress,
int multicastPort)
Constructor for the UDPDiscoveryReceiver object.
|
UDPDiscoveryReceiver(UDPDiscoveryService service,
String multicastInterfaceString,
String multicastAddressString,
int multicastPort)
Constructor for the UDPDiscoveryReceiver object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCnt() |
void |
run()
Main processing method for the UDPDiscoveryReceiver object
|
void |
setCnt(int cnt) |
protected void |
setSerializer(IElementSerializer serializer)
For testing
|
void |
shutdown()
Shuts down the socket.
|
Object |
waitForMessage()
Deprecated.
no longer used
|
public UDPDiscoveryReceiver(UDPDiscoveryService service, String multicastInterfaceString, String multicastAddressString, int multicastPort) throws IOException
We determine out own host using InetAddress
service - multicastInterfaceString - multicastAddressString - multicastPort - IOExceptionpublic UDPDiscoveryReceiver(UDPDiscoveryService service, String multicastInterfaceString, InetAddress multicastAddress, int multicastPort) throws IOException
service - multicastInterfaceString - multicastAddress - multicastPort - IOException@Deprecated public Object waitForMessage() throws IOException
IOExceptionpublic void run()
public void setCnt(int cnt)
cnt - The cnt to set.public int getCnt()
protected void setSerializer(IElementSerializer serializer)
serializer - the serializer to setpublic void shutdown()
shutdown in interface IShutdownObserverCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.