Interface UPnPSSDPListener
- All Known Implementing Classes:
SSDPIGDImpl
public interface UPnPSSDPListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidinterfaceChanged(NetworkInterface network_interface) voidreceivedNotify(NetworkInterface network_interface, InetAddress local_address, InetAddress originator, String USN, URL location, String NT, String NTS) voidreceivedResult(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 Details
-
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
-