Package com.biglybt.net.upnp
Interface UPnPSSDPListener
- All Known Implementing Classes:
SSDPIGDImpl
public interface UPnPSSDPListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 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
-