net.tomp2p.upnp
Interface DiscoveryResultsHandler


public interface DiscoveryResultsHandler

This interface can be use to register against the DiscoveryListener class to receive SSDP search responses.

Version:
1.0
Author:
SuperBonBon

Method Summary
 void discoveredDevice(String usn, String udn, String nt, String maxAge, URL location, String firmware, InetAddress localIP)
          Method called by the DiscoveryListener class when a search response message has been received from the network
 

Method Detail

discoveredDevice

void discoveredDevice(String usn,
                      String udn,
                      String nt,
                      String maxAge,
                      URL location,
                      String firmware,
                      InetAddress localIP)
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


Copyright © 2013. All Rights Reserved.