public class NTS extends Object
This class provides constants and utility methods for handling NTS header used in SSDP NOTIFY messages. The NTS header specifies the sub-type of notification being sent.
Key features:
This class is used by SSDP components to classify and process notification messages, enabling proper handling of device presence announcements and departure notifications.
| Modifier and Type | Field and Description |
|---|---|
static String | ALIVEAlive notification |
static String | BYEBYEBye-bye notification |
static String | PROPCHANGEProperty change notification |
| Constructor and Description |
|---|
NTS()default constructor |
| Modifier and Type | Method and Description |
|---|---|
static boolean | isAlive(String ntsValue) |
static boolean | isByeBye(String ntsValue) |
public static final String ALIVE
public static final String BYEBYE
public static final String PROPCHANGE