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 |
---|---|
UPnPManagedService |
UPnPManagedDevice.createService(String serviceType,
InputStream description,
UPnPActionHandler handler)
Creates a UPnP service associated with this device.
|
UPnPManagedService |
UPnPManagedStateVariable.getService()
Gets the service that this state variable is a member of.
|
UPnPManagedService[] |
UPnPManagedDevice.getServices()
Gets the services supported by this device.
|
Modifier and Type | Method and Description |
---|---|
void |
UPnPStateVariableHandler.notifySubscribed(UPnPManagedService service)
Notifies the listener that a control point has subscribed to
state variable eventing on the specified service.
|
void |
UPnPStateVariableHandler.notifyUnsubscribed(UPnPManagedService service,
int remainingSubs)
Notifies the listener that a control point has successfully
unsubscribed from state variable eventing on the specified service,
or that a prior subscription has expired.
|
Copyright © 2013 CableLabs. All rights reserved.