| Package | Description |
|---|---|
| net.tomp2p.upnp |
| Modifier and Type | Class and Description |
|---|---|
class |
RootDevice
Root UPNP device that is contained in a device definition file.
|
| Modifier and Type | Field and Description |
|---|---|
Device[] |
Device.childDevices |
Device |
Device.parent |
Device |
Service.serviceOwnerDevice |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.getChildDevice(String deviceURI)
Looks for a child UPNP device definition file, the whole devices tree
will be searched, starting from the current device node.
|
Device |
Device.getDirectParent()
Return the parent UPNPDevice, null if the device is an UPNPRootDevice
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
Device.getChildDevices()
Generates a list of all the child ( not only top level, full childrens
hierarchy included ) UPNPDevice objects for this device.
|
| Constructor and Description |
|---|
Device(Node deviceCtx,
Device parent,
URL urlBase) |
Service(Node serviceCtx,
URL baseDeviceURL,
Device serviceOwnerDevice) |
Copyright © 2014. All rights reserved.