| Interface | Description |
|---|---|
| ActionListener |
Interface for handling UPnP action control events.
|
| QueryListener |
Interface for handling UPnP query control events.
|
| Class | Description |
|---|---|
| ActionRequest |
Represents a UPnP action control request.
|
| ActionResponse |
Represents a UPnP action control response.
|
| Control |
Constants and utility values for UPnP control operations.
|
| ControlRequest |
Base class for UPnP control requests.
|
| ControlResponse |
Represents a UPnP control response.
|
| QueryRequest |
Represents a UPnP query request for state variables.
|
| QueryResponse |
Represents a UPnP query response.
|
| RenewSubscriber |
Thread for automatically renewing UPnP event subscriptions.
|
UPnP control and action invocation framework.
This package provides classes for handling UPnP control requests, action invocation, and response management. It implements the control side of the UPnP architecture.
Key Components:
Main Functionality:
Usage Notes: