public interface SearchResponseListener
This interface defines the contract for objects that wish to receive SSDP search responses from UPnP devices. It provides a callback mechanism for handling responses to M-SEARCH discovery requests.
Key features:
Implementations of this interface can register with UPnP control points to receive asynchronous responses when devices reply to discovery searches, enabling comprehensive device discovery and network mapping.
| Modifier and Type | Method and Description |
|---|---|
void |
deviceSearchResponseReceived(SSDPPacket ssdpPacket)
Called when an SSDP search response is received from a UPnP device.
|
void deviceSearchResponseReceived(SSDPPacket ssdpPacket)
ssdpPacket - the received SSDP packet containing search response data