Uses of Interface
com.biglybt.net.upnp.UPnPService
-
-
Uses of UPnPService in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as UPnPService Modifier and Type Field Description private UPnPService
DeviceContentDirectoryImpl. upnp_service
Constructors in com.biglybt.core.devices.impl with parameters of type UPnPService Constructor Description DeviceContentDirectoryImpl(DeviceManagerImpl _manager, UPnPDevice _device, UPnPService _service)
-
Uses of UPnPService in com.biglybt.net.natpmp.upnp.impl
Classes in com.biglybt.net.natpmp.upnp.impl that implement UPnPService Modifier and Type Class Description protected class
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection
Fields in com.biglybt.net.natpmp.upnp.impl declared as UPnPService Modifier and Type Field Description private UPnPService[]
NatPMPUPnPRootDeviceImpl. services
Methods in com.biglybt.net.natpmp.upnp.impl that return UPnPService Modifier and Type Method Description UPnPService
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection. getGenericService()
UPnPService[]
NatPMPUPnPRootDeviceImpl.NatPMPUPnPDevice. getServices()
-
Uses of UPnPService in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that return UPnPService Modifier and Type Method Description UPnPService
UPnPAction. getService()
UPnPService
UPnPStateVariable. getService()
UPnPService[]
UPnPDevice. getServices()
-
Uses of UPnPService in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl with parameters of type UPnPService Modifier and Type Method Description SimpleXMLParserDocument
UPnPImpl. performSOAPRequest(UPnPService service, java.lang.String soap_action, java.lang.String request)
SimpleXMLParserDocument
UPnPImpl. performSOAPRequest(UPnPService service, java.lang.String soap_action, java.lang.String request, boolean use_http_connection)
The use_http_connection flag is set to false sometimes to avoid using the URLConnection library for some dopey UPnP routers. -
Uses of UPnPService in com.biglybt.net.upnp.impl.device
Methods in com.biglybt.net.upnp.impl.device that return UPnPService Modifier and Type Method Description UPnPService[]
UPnPDeviceImpl. getServices()
-
Uses of UPnPService in com.biglybt.net.upnp.impl.services
Classes in com.biglybt.net.upnp.impl.services that implement UPnPService Modifier and Type Class Description class
UPnPServiceImpl
Methods in com.biglybt.net.upnp.impl.services that return UPnPService Modifier and Type Method Description UPnPService
UPnPSSOfflineDownloaderImpl. getGenericService()
UPnPService
UPnPSSWANCommonInterfaceConfigImpl. getGenericService()
UPnPService
UPnPSSWANConnectionImpl. getGenericService()
UPnPService
UPnPActionImpl. getService()
UPnPService
UPnPStateVariableImpl. getService()
-
Uses of UPnPService in com.biglybt.net.upnp.services
Methods in com.biglybt.net.upnp.services that return UPnPService Modifier and Type Method Description UPnPService
UPnPSpecificService. getGenericService()
-
Uses of UPnPService in com.biglybt.plugin.upnp
Methods in com.biglybt.plugin.upnp with parameters of type UPnPService Modifier and Type Method Description protected int
UPnPPlugin. processServices(UPnPDevice device, UPnPService[] device_services)
-
Uses of UPnPService in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices that return UPnPService Modifier and Type Method Description private UPnPService
DeviceManagerUI.deviceView. findService(DeviceUPnP device, java.lang.String type)
private UPnPService
DeviceManagerUI.deviceView. findService(UPnPDevice device, java.lang.String type)
-