| Package | Description |
|---|---|
| org.ocap.hn.upnp.server |
Provides UPnP server functionality, permitting management of devices and services in the local Host device.
|
| Modifier and Type | Method and Description |
|---|---|
UPnPManagedDevice |
UPnPDeviceManager.createDevice(UPnPManagedDevice parent,
InputStream description,
UPnPManagedDeviceIcon[] icons)
Creates a UPnP device in the local host.
|
UPnPManagedDevice |
UPnPManagedService.getDevice()
Gets the UPnP device that this service is a part of.
|
UPnPManagedDevice[] |
UPnPDeviceManager.getDevices()
Gets locally hosted UPnPManagedDevices.
|
UPnPManagedDevice[] |
UPnPDeviceManager.getDevicesByServiceType(String type)
Gets a server representation of any UPnPManagedDevices
containing a service of the specified type, advertised by
this host.
|
UPnPManagedDevice[] |
UPnPDeviceManager.getDevicesByType(String type)
Gets a server representation of all UPnP devices of the
specified type advertised by this host.
|
UPnPManagedDevice[] |
UPnPDeviceManager.getDevicesByUDN(String UDN)
Gets a server representation of any UPnPManagedDevices of the
specified UDN advertised by this host.
|
UPnPManagedDevice[] |
UPnPManagedDevice.getEmbeddedDevices()
Gets any
UPnPManagedDevice embedded devices for
this UPnPManagedDevice. |
UPnPManagedDevice |
UPnPManagedDevice.getParentDevice()
Returns the parent device of this
UPnPManagedDevice. |
| Modifier and Type | Method and Description |
|---|---|
UPnPManagedDevice |
UPnPDeviceManager.createDevice(UPnPManagedDevice parent,
InputStream description,
UPnPManagedDeviceIcon[] icons)
Creates a UPnP device in the local host.
|
void |
UPnPManagedDeviceListener.notifyDeviceAdded(UPnPManagedDevice device)
Notifies the listener that a
UPnPManagedDevice
is about to be added to the home network by the local host. |
void |
UPnPManagedDeviceListener.notifyDeviceRemoved(UPnPManagedDevice device)
Notifies the listener that a UPnPManagedDevice on the local
host has been removed from the home network.
|
Copyright © 2013 CableLabs. All rights reserved.