YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
org.fourthline.cling.model.Constants Interface Reference

Shared and immutable settings. More...

Collaboration diagram for org.fourthline.cling.model.Constants:
Collaboration graph

Static Public Attributes

static final String SYSTEM_PROPERTY_ANNOUNCE_MAC_ADDRESS = "org.fourthline.cling.network.announceMACAddress"
 
static final int UPNP_MULTICAST_PORT = 1900
 
static final String IPV4_UPNP_MULTICAST_GROUP = "239.255.255.250"
 
static final String IPV6_UPNP_LINK_LOCAL_ADDRESS = "FF02::C"
 
static final String IPV6_UPNP_SUBNET_ADDRESS = "FF03::C"
 
static final String IPV6_UPNP_ADMINISTRATIVE_ADDRESS = "FF04::C"
 
static final String IPV6_UPNP_SITE_LOCAL_ADDRESS = "FF05::C"
 
static final String IPV6_UPNP_GLOBAL_ADDRESS = "FF0E::C"
 
static final int MIN_ADVERTISEMENT_AGE_SECONDS = 1800
 
static final String REGEX_NAMESPACE = "[a-zA-Z0-9\\-\\.]+"
 
static final String REGEX_TYPE = "[a-zA-Z_0-9\\-]{1,64}"
 
static final String REGEX_ID = "[a-zA-Z_0-9\\-:\\.]{1,64}"
 
static final String REGEX_UDA_NAME = "[a-zA-Z0-9^-_\\p{L}\\p{N}]{1}[a-zA-Z0-9^-_\\.\\\\p{L}\\\\p{N}\\p{Mc}\\p{Sk}]*"
 
static final String SOAP_NS_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/"
 
static final String SOAP_URI_ENCODING_STYLE = "http://schemas.xmlsoap.org/soap/encoding/"
 
static final String NS_UPNP_CONTROL_10 = "urn:schemas-upnp-org:control-1-0"
 
static final String NS_UPNP_EVENT_10 = "urn:schemas-upnp-org:event-1-0"
 
static final String ARG_TYPE_PREFIX = "A_ARG_TYPE_"
 

Detailed Description

Shared and immutable settings.

Author
Christian Bauer

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