public interface PresentationListener
This interface defines the contract for objects that wish to receive HTTP requests for UPnP device presentation pages. It provides a callback mechanism for handling presentation URL requests from control points or users.
Key features:
Implementations of this interface can register with UPnP devices to handle presentation page requests, enabling custom device web interfaces and user interaction through standard HTTP protocols.
| Modifier and Type | Method and Description |
|---|---|
void |
httpRequestRecieved(HTTPRequest httpReq)
Called when an HTTP request is received for device presentation.
|
void httpRequestRecieved(HTTPRequest httpReq)
httpReq - the HTTP request for presentation page