Package net.sbbi.upnp
Interface DiscoveryResultsHandler
public interface DiscoveryResultsHandler
This interface can be use to register against the DiscoveryListener
class to receive SSDP search responses.
-
Method Summary
-
Method Details
-
discoveredDevice
void discoveredDevice(String usn, String udn, String nt, String maxAge, URL location, String firmware) Method called by the DiscoveryListener class when a search response message has been received from the network- Parameters:
usn- the device USNudn- the device UDNnt- the device NTmaxAge- the message max agelocation- the device locationfirmware- the device firmware
-