public class USN extends Object
This class provides constants and utility methods for handling USN header used in SSDP messages. The USN header provides a unique identifier for devices and services in UPnP networks.
Key features:
This class is used by SSDP components to parse and validate USN headers in discovery and advertisement messages, enabling proper device identification and service differentiation in UPnP networks.
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOTDEVICE |
| Constructor and Description |
|---|
USN() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getUDN(String usnValue) |
static boolean |
isRootDevice(String usnValue) |
public static final String ROOTDEVICE