com.aelitis.net.upnp
Interface UPnPSSDPListener

All Known Implementing Classes:
SSDPIGDImpl

public interface UPnPSSDPListener


Method Summary
 void interfaceChanged(NetworkInterface network_interface)
           
 void receivedNotify(NetworkInterface network_interface, InetAddress local_address, InetAddress originator, String USN, URL location, String NT, String NTS)
           
 void receivedResult(NetworkInterface network_interface, InetAddress local_address, InetAddress originator, String USN, URL location, String ST, String AL)
           
 String[] receivedSearch(NetworkInterface network_interface, InetAddress local_address, InetAddress originator, String ST)
           
 

Method Detail

receivedResult

void receivedResult(NetworkInterface network_interface,
                    InetAddress local_address,
                    InetAddress originator,
                    String USN,
                    URL location,
                    String ST,
                    String AL)

receivedNotify

void receivedNotify(NetworkInterface network_interface,
                    InetAddress local_address,
                    InetAddress originator,
                    String USN,
                    URL location,
                    String NT,
                    String NTS)

receivedSearch

String[] receivedSearch(NetworkInterface network_interface,
                        InetAddress local_address,
                        InetAddress originator,
                        String ST)

interfaceChanged

void interfaceChanged(NetworkInterface network_interface)