Class UPnPDeviceImpl
java.lang.Object
com.biglybt.net.upnp.impl.device.UPnPDeviceImpl
- All Implemented Interfaces:
UPnPDevice
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUPnPDeviceImpl(UPnPRootDeviceImpl _root_device, String indent, SimpleXMLParserDocumentNode device_node) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAbsoluteURL(String url) protected StringgetMandatoryField(SimpleXMLParserDocumentNode node, String name) protected StringgetOptionalField(SimpleXMLParserDocumentNode node, String name) getUPnP()void
-
Field Details
-
root_device
-
device_type
-
friendly_name
-
manufacturer
-
manufacturer_url
-
model_description
-
model_name
-
model_number
-
model_url
-
presentation_url
-
devices
-
services
-
images
-
-
Constructor Details
-
UPnPDeviceImpl
protected UPnPDeviceImpl(UPnPRootDeviceImpl _root_device, String indent, SimpleXMLParserDocumentNode device_node)
-
-
Method Details
-
getAbsoluteURL
-
clearRelativeBaseURL
public void clearRelativeBaseURL() -
restoreRelativeBaseURL
public void restoreRelativeBaseURL() -
getUPnP
-
getRootDevice
- Specified by:
getRootDevicein interfaceUPnPDevice
-
getDeviceType
- Specified by:
getDeviceTypein interfaceUPnPDevice
-
getFriendlyName
- Specified by:
getFriendlyNamein interfaceUPnPDevice
-
getManufacturer
- Specified by:
getManufacturerin interfaceUPnPDevice
-
getManufacturerURL
- Specified by:
getManufacturerURLin interfaceUPnPDevice
-
getModelDescription
- Specified by:
getModelDescriptionin interfaceUPnPDevice
-
getModelName
- Specified by:
getModelNamein interfaceUPnPDevice
-
getModelNumber
- Specified by:
getModelNumberin interfaceUPnPDevice
-
getModelURL
- Specified by:
getModelURLin interfaceUPnPDevice
-
getPresentation
- Specified by:
getPresentationin interfaceUPnPDevice
-
getSubDevices
- Specified by:
getSubDevicesin interfaceUPnPDevice
-
getServices
- Specified by:
getServicesin interfaceUPnPDevice
-
getImages
- Specified by:
getImagesin interfaceUPnPDevice
-
getOptionalField
-
getMandatoryField
-