Uses of Interface
com.biglybt.net.upnp.UPnPDevice
-
-
Uses of UPnPDevice in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return UPnPDevice Modifier and Type Method Description UPnPDevice
DeviceUPnP. getUPnPDevice()
Methods in com.biglybt.core.devices with parameters of type UPnPDevice Modifier and Type Method Description Device
DeviceManager. findDevice(UPnPDevice upnpDevice)
-
Uses of UPnPDevice in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as UPnPDevice Modifier and Type Field Description private UPnPDevice
DeviceUPnPImpl. device_may_be_null
Methods in com.biglybt.core.devices.impl that return UPnPDevice Modifier and Type Method Description UPnPDevice
DeviceUPnPImpl. getUPnPDevice()
Methods in com.biglybt.core.devices.impl with parameters of type UPnPDevice Modifier and Type Method Description Device
DeviceManagerImpl. findDevice(UPnPDevice upnpDevice)
protected static java.lang.String
DeviceUPnPImpl. getDisplayName(UPnPDevice device)
protected java.net.URL
DeviceInternetGatewayImpl. getPresentationURL(UPnPDevice device)
protected java.net.URL
DeviceUPnPImpl. getPresentationURL(UPnPDevice device)
protected void
DeviceManagerUPnPImpl. handleDevice(UPnPDevice device, boolean update_if_found)
protected void
DeviceUPnPImpl. setUPnPDevice(UPnPDevice device)
Constructors in com.biglybt.core.devices.impl with parameters of type UPnPDevice Constructor Description DeviceContentDirectoryImpl(DeviceManagerImpl _manager, UPnPDevice _device, UPnPService _service)
DeviceInternetGatewayImpl(DeviceManagerImpl _manager, UPnPDevice _device, java.util.List<UPnPWANConnection> _connections)
DeviceMediaRendererImpl(DeviceManagerImpl _manager, UPnPDevice _device)
DeviceUPnPImpl(DeviceManagerImpl _manager, UPnPDevice _device, int _type)
-
Uses of UPnPDevice in com.biglybt.net.natpmp.upnp.impl
Classes in com.biglybt.net.natpmp.upnp.impl that implement UPnPDevice Modifier and Type Class Description protected class
NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice
Fields in com.biglybt.net.natpmp.upnp.impl declared as UPnPDevice Modifier and Type Field Description private UPnPDevice
NatPMPUPnPRootDeviceImpl. device
Methods in com.biglybt.net.natpmp.upnp.impl that return UPnPDevice Modifier and Type Method Description UPnPDevice
NatPMPUPnPRootDeviceImpl. getDevice()
UPnPDevice
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection. getDevice()
UPnPDevice[]
NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice. getSubDevices()
-
Uses of UPnPDevice in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that return UPnPDevice Modifier and Type Method Description UPnPDevice
UPnPRootDevice. getDevice()
UPnPDevice
UPnPService. getDevice()
UPnPDevice[]
UPnPDevice. getSubDevices()
-
Uses of UPnPDevice in com.biglybt.net.upnp.impl.device
Classes in com.biglybt.net.upnp.impl.device that implement UPnPDevice Modifier and Type Class Description class
UPnPDeviceImpl
Methods in com.biglybt.net.upnp.impl.device that return UPnPDevice Modifier and Type Method Description UPnPDevice
UPnPRootDeviceImpl. getDevice()
UPnPDevice[]
UPnPDeviceImpl. getSubDevices()
-
Uses of UPnPDevice in com.biglybt.net.upnp.impl.services
Methods in com.biglybt.net.upnp.impl.services that return UPnPDevice Modifier and Type Method Description UPnPDevice
UPnPServiceImpl. getDevice()
-
Uses of UPnPDevice in com.biglybt.plugin.upnp
Methods in com.biglybt.plugin.upnp with parameters of type UPnPDevice Modifier and Type Method Description UPnPPluginService[]
UPnPPlugin. getServices(UPnPDevice device)
protected int
UPnPPlugin. processDevice(UPnPDevice device)
protected int
UPnPPlugin. processServices(UPnPDevice device, UPnPService[] device_services)
-
Uses of UPnPDevice in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type UPnPDevice Modifier and Type Method Description private UPnPService
DeviceManagerUI.deviceView. findService(UPnPDevice device, java.lang.String type)
-