public class UdpDiscovery extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERIAL_NR |
static long |
LISTEN_TIMEOUT |
| Constructor and Description |
|---|
UdpDiscovery() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Collection<Ccu> |
getIntermediateResults(long waitTimeMillis) |
void |
submit(InetAddress broadcastAddress,
NetworkInterface nif,
String serialNumber) |
public static final String DEFAULT_SERIAL_NR
public static final long LISTEN_TIMEOUT
public void submit(InetAddress broadcastAddress, NetworkInterface nif, String serialNumber)
public void close()
close in interface AutoCloseablepublic Collection<Ccu> getIntermediateResults(long waitTimeMillis)
Copyright © 2019. All rights reserved.