Package com.biglybt.net.upnp
Interface UPnPRootDevice
-
- All Known Implementing Classes:
NatPMPUPnPRootDeviceImpl
,UPnPRootDeviceImpl
public interface UPnPRootDevice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addListener(UPnPRootDeviceListener l)
UPnPDevice
getDevice()
java.util.Map
getDiscoveryCache()
java.lang.String
getInfo()
java.net.InetAddress
getLocalAddress()
java.net.URL
getLocation()
java.net.NetworkInterface
getNetworkInterface()
UPnP
getUPnP()
java.lang.String
getUSN()
boolean
isDestroyed()
void
removeListener(UPnPRootDeviceListener l)
-
-
-
Method Detail
-
getUPnP
UPnP getUPnP()
-
getUSN
java.lang.String getUSN()
-
getLocation
java.net.URL getLocation()
-
getLocalAddress
java.net.InetAddress getLocalAddress()
-
getNetworkInterface
java.net.NetworkInterface getNetworkInterface()
-
getInfo
java.lang.String getInfo()
-
getDevice
UPnPDevice getDevice()
-
isDestroyed
boolean isDestroyed()
-
getDiscoveryCache
java.util.Map getDiscoveryCache()
-
addListener
void addListener(UPnPRootDeviceListener l)
-
removeListener
void removeListener(UPnPRootDeviceListener l)
-
-