| 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 |
UPnPActionResponseHandler.notifyUPnPActionResponse(UPnPResponse response)
Notifies the listener when a UPnP action response is received.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UPnPActionResponse
The class represents a response to a successfully completed
UPnP action.
|
class |
UPnPErrorResponse
The class represents a response to an unsuccessfully
completed UPnP action, where the server responded with HTTP
code 500 (Internal Server Error).
|
class |
UPnPGeneralErrorResponse
The class represents a response to an unsuccessfully
completed UPnP action, where the server either did not respond,
or responded with an HTTP error code other than
500 (Internal Server Error).
|
| 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 © 2012. All Rights Reserved.