|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UPnPResponse | |
|---|---|
| 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. |
| Uses of UPnPResponse in org.ocap.hn.upnp.client |
|---|
| Methods in org.ocap.hn.upnp.client with parameters of type UPnPResponse | |
|---|---|
void |
UPnPActionResponseHandler.notifyUPnPActionResponse(UPnPResponse response)
Notifies the listener when a UPnP action response is received. |
| Uses of UPnPResponse in org.ocap.hn.upnp.common |
|---|
| Subclasses of UPnPResponse in org.ocap.hn.upnp.common | |
|---|---|
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). |
| Uses of UPnPResponse in org.ocap.hn.upnp.server |
|---|
| Methods in org.ocap.hn.upnp.server that return UPnPResponse | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||