public interface SearchListener
This interface defines the contract for objects that wish to receive SSDP M-SEARCH messages from UPnP control points. It provides a callback mechanism for handling incoming device discovery requests.
Key features:
Implementations of this interface can register with UPnP devices to receive asynchronous search requests from control points, enabling responsive device discovery and advertisement functionality.
| Modifier and Type | Method and Description |
|---|---|
void |
deviceSearchReceived(SSDPPacket ssdpPacket)
Called when an SSDP search request is received from a UPnP control point.
|
void deviceSearchReceived(SSDPPacket ssdpPacket)
ssdpPacket - received SSDP packet containing search request data