Uses of Interface
com.biglybt.net.upnp.UPnPRootDevice
-
Packages that use UPnPRootDevice Package Description com.biglybt.core.devices.impl com.biglybt.net.natpmp.upnp.impl com.biglybt.net.upnp com.biglybt.net.upnp.impl com.biglybt.net.upnp.impl.device com.biglybt.plugin.upnp -
-
Uses of UPnPRootDevice in com.biglybt.core.devices.impl
Methods in com.biglybt.core.devices.impl with parameters of type UPnPRootDevice Modifier and Type Method Description protected void
DeviceManagerUPnPImpl. handleDevice(UPnPRootDevice root_device, boolean update_if_found)
-
Uses of UPnPRootDevice in com.biglybt.net.natpmp.upnp.impl
Classes in com.biglybt.net.natpmp.upnp.impl that implement UPnPRootDevice Modifier and Type Class Description class
NatPMPUPnPRootDeviceImpl
Methods in com.biglybt.net.natpmp.upnp.impl that return UPnPRootDevice Modifier and Type Method Description UPnPRootDevice
NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice. getRootDevice()
-
Uses of UPnPRootDevice in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that return UPnPRootDevice Modifier and Type Method Description UPnPRootDevice
UPnPDevice. getRootDevice()
UPnPRootDevice[]
UPnP. getRootDevices()
Methods in com.biglybt.net.upnp with parameters of type UPnPRootDevice Modifier and Type Method Description void
UPnPRootDeviceListener. lost(UPnPRootDevice root, boolean replaced)
void
UPnPListener. rootDeviceFound(UPnPRootDevice device)
-
Uses of UPnPRootDevice in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl that return UPnPRootDevice Modifier and Type Method Description UPnPRootDevice[]
UPnPImpl. getRootDevices()
-
Uses of UPnPRootDevice in com.biglybt.net.upnp.impl.device
Classes in com.biglybt.net.upnp.impl.device that implement UPnPRootDevice Modifier and Type Class Description class
UPnPRootDeviceImpl
-
Uses of UPnPRootDevice in com.biglybt.plugin.upnp
Methods in com.biglybt.plugin.upnp with parameters of type UPnPRootDevice Modifier and Type Method Description protected boolean
UPnPPlugin. checkDeviceStats(UPnPRootDevice root)
void
UPnPPlugin. rootDeviceFound(UPnPRootDevice device)
-