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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void discoveredDevice​(java.lang.String usn, java.lang.String udn, java.lang.String nt, java.lang.String maxAge, java.net.URL location, java.lang.String firmware)
      Method called by the DiscoveryListener class when a search response message has been received from the network
    • Method Detail

      • discoveredDevice

        void discoveredDevice​(java.lang.String usn,
                              java.lang.String udn,
                              java.lang.String nt,
                              java.lang.String maxAge,
                              java.net.URL location,
                              java.lang.String firmware)
        Method called by the DiscoveryListener class when a search response message has been received from the network
        Parameters:
        usn - the device USN
        udn - the device UDN
        nt - the device NT
        maxAge - the message max age
        location - the device location
        firmware - the device firmware