public class NT extends Object
This class provides constants and utility methods for handling NT header used in SSDP NOTIFY messages. The NT header specifies the type of notification being sent for device advertisement.
Key features:
This class is used by SSDP components to validate and process NT headers in notification messages, enabling proper classification of device advertisements and event notifications.
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT |
static String |
ROOTDEVICE |
| Constructor and Description |
|---|
NT() |
public static final String EVENT
public static final String ROOTDEVICE
public static final boolean isRootDevice(String ntValue)