| Package | Description |
|---|---|
| org.ocap.hn.upnp.client |
Provides UPnP client functionality, permitting access to devices and
services on a home network.
|
| org.ocap.hn.upnp.common |
Provides UPnP APIs common to client- and server-side use.
|
| 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 |
|---|---|
void |
UPnPClientService.postActionInvocation(UPnPActionInvocation actionInvocation,
UPnPActionResponseHandler handler)
Posts an action to the network.
|
| Modifier and Type | Method and Description |
|---|---|
UPnPActionInvocation |
UPnPResponse.getActionInvocation()
Gets the
UPnPActionInvocation that the response is for. |
| Constructor and Description |
|---|
UPnPActionResponse(String[] argVals,
UPnPActionInvocation actionInvocation)
Constructs a
UPnPActionResponse that conforms to
the OUT argument requirements of its associated UPnPAction. |
UPnPErrorResponse(int errorCode,
String errorDescription,
UPnPActionInvocation action)
Construct the instance.
|
UPnPGeneralErrorResponse(int errorCode,
UPnPActionInvocation action)
Construct the instance.
|
| Modifier and Type | Method and Description |
|---|---|
UPnPResponse |
UPnPActionHandler.notifyActionReceived(UPnPActionInvocation action)
Notifies an application registered as an action handler that an action
invocation has been received for the
UPnPManagedService
it is associated with. |
Copyright © 2013 CableLabs. All rights reserved.