cybergarage-upnp
org.cybergarage.upnp.device.ST Class Reference

Static Public Member Functions

static final boolean isAllDevice (String value)
 
static final boolean isRootDevice (String value)
 
static final boolean isUUIDDevice (String value)
 
static final boolean isURNDevice (String value)
 
static final boolean isURNService (String value)
 

Static Public Attributes

static final String ALL_DEVICE = "ssdp:all"
 
static final String ROOT_DEVICE = "upnp:rootdevice"
 
static final String UUID_DEVICE = "uuid"
 
static final String URN_DEVICE = "urn:schemas-upnp-org:device:"
 
static final String URN_SERVICE = "urn:schemas-upnp-org:service:"
 

Member Function Documentation

◆ isAllDevice()

static final boolean org.cybergarage.upnp.device.ST.isAllDevice ( String value)
inlinestatic

◆ isRootDevice()

static final boolean org.cybergarage.upnp.device.ST.isRootDevice ( String value)
inlinestatic

◆ isURNDevice()

static final boolean org.cybergarage.upnp.device.ST.isURNDevice ( String value)
inlinestatic

◆ isURNService()

static final boolean org.cybergarage.upnp.device.ST.isURNService ( String value)
inlinestatic

◆ isUUIDDevice()

static final boolean org.cybergarage.upnp.device.ST.isUUIDDevice ( String value)
inlinestatic

Field Documentation

◆ ALL_DEVICE

final String org.cybergarage.upnp.device.ST.ALL_DEVICE = "ssdp:all"
static

◆ ROOT_DEVICE

final String org.cybergarage.upnp.device.ST.ROOT_DEVICE = "upnp:rootdevice"
static

◆ URN_DEVICE

final String org.cybergarage.upnp.device.ST.URN_DEVICE = "urn:schemas-upnp-org:device:"
static

◆ URN_SERVICE

final String org.cybergarage.upnp.device.ST.URN_SERVICE = "urn:schemas-upnp-org:service:"
static

◆ UUID_DEVICE

final String org.cybergarage.upnp.device.ST.UUID_DEVICE = "uuid"
static

The documentation for this class was generated from the following file: