Uses of Class
com.biglybt.net.upnp.impl.device.UPnPRootDeviceImpl
-
Packages that use UPnPRootDeviceImpl Package Description com.biglybt.net.upnp.impl com.biglybt.net.upnp.impl.device -
-
Uses of UPnPRootDeviceImpl in com.biglybt.net.upnp.impl
Fields in com.biglybt.net.upnp.impl with type parameters of type UPnPRootDeviceImpl Modifier and Type Field Description private java.util.Map<java.lang.String,UPnPRootDeviceImpl>
UPnPImpl. root_locations
Methods in com.biglybt.net.upnp.impl with parameters of type UPnPRootDeviceImpl Modifier and Type Method Description SimpleXMLParserDocument
UPnPImpl. downloadXML(UPnPRootDeviceImpl root, java.net.URL url)
-
Uses of UPnPRootDeviceImpl in com.biglybt.net.upnp.impl.device
Fields in com.biglybt.net.upnp.impl.device declared as UPnPRootDeviceImpl Modifier and Type Field Description private UPnPRootDeviceImpl
UPnPDeviceImpl. root_device
Methods in com.biglybt.net.upnp.impl.device that return UPnPRootDeviceImpl Modifier and Type Method Description UPnPRootDeviceImpl
UPnPDeviceImpl. getRootDevice()
Constructors in com.biglybt.net.upnp.impl.device with parameters of type UPnPRootDeviceImpl Constructor Description UPnPDeviceImpl(UPnPRootDeviceImpl _root_device, java.lang.String indent, SimpleXMLParserDocumentNode device_node)
-