public class ST extends Object
This class provides constants and utility methods for handling ST header used in SSDP M-SEARCH requests and responses. The ST header specifies the search target for device discovery operations.
Key features:
This class is used by SSDP components to validate and process ST headers in search requests and responses, enabling targeted device discovery and proper search target classification.
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_DEVICE |
static String |
ROOT_DEVICE |
static String |
URN_DEVICE |
static String |
URN_SERVICE |
static String |
UUID_DEVICE |
| Constructor and Description |
|---|
ST() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAllDevice(String value) |
static boolean |
isRootDevice(String value) |
static boolean |
isURNDevice(String value) |
static boolean |
isURNService(String value) |
static boolean |
isUUIDDevice(String value) |
public static final String ALL_DEVICE
public static final String ROOT_DEVICE
public static final String URN_DEVICE
public static final String URN_SERVICE
public static final String UUID_DEVICE
public static final boolean isAllDevice(String value)
public static final boolean isRootDevice(String value)
public static final boolean isURNDevice(String value)
public static final boolean isURNService(String value)
public static final boolean isUUIDDevice(String value)