Package com.biglybt.net.upnp.impl
Interface SSDPIGDListener
-
- All Known Implementing Classes:
UPnPImpl
public interface SSDPIGDListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interfaceChanged(java.net.NetworkInterface network_interface)
void
rootAlive(java.lang.String usn, java.net.URL location)
void
rootDiscovered(java.net.NetworkInterface network_interface, java.net.InetAddress local_address, java.lang.String usn, java.net.URL location)
void
rootLost(java.net.InetAddress local_address, java.lang.String usn)
-
-
-
Method Detail
-
rootDiscovered
void rootDiscovered(java.net.NetworkInterface network_interface, java.net.InetAddress local_address, java.lang.String usn, java.net.URL location)
-
rootAlive
void rootAlive(java.lang.String usn, java.net.URL location)
-
rootLost
void rootLost(java.net.InetAddress local_address, java.lang.String usn)
-
interfaceChanged
void interfaceChanged(java.net.NetworkInterface network_interface)
-
-