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 | ROOTDEVICEROOTDEVICE. |
| Constructor and Description |
|---|
USN() |
| Modifier and Type | Method and Description |
|---|---|
static String | getUDN(String usnValue)getUDN. |
static boolean | isRootDevice(String usnValue)isRootDevice. |
public static final String ROOTDEVICE