◆ caluculateConfigId()
| static final int org.cybergarage.upnp.UPnP.caluculateConfigId |
( |
String | configXml | ) |
|
|
inlinestatic |
◆ createBootId()
| static final int org.cybergarage.upnp.UPnP.createBootId |
( |
| ) |
|
|
inlinestatic |
◆ createUUID()
| static final String org.cybergarage.upnp.UPnP.createUUID |
( |
| ) |
|
|
inlinestatic |
◆ getServerName()
| static final String org.cybergarage.upnp.UPnP.getServerName |
( |
| ) |
|
|
inlinestatic |
◆ getTimeToLive()
| static final int org.cybergarage.upnp.UPnP.getTimeToLive |
( |
| ) |
|
|
inlinestatic |
◆ getXMLParser()
| static final Parser org.cybergarage.upnp.UPnP.getXMLParser |
( |
| ) |
|
|
inlinestatic |
◆ initialize()
| static final void org.cybergarage.upnp.UPnP.initialize |
( |
| ) |
|
|
inlinestatic |
◆ isEnabled()
| static final boolean org.cybergarage.upnp.UPnP.isEnabled |
( |
int | value | ) |
|
|
inlinestatic |
◆ loadDefaultXMLParser()
| static Parser org.cybergarage.upnp.UPnP.loadDefaultXMLParser |
( |
| ) |
|
|
inlinestaticprivate |
This method loads the default XML Parser using the following behavior: - First if present loads the parsers specified by the system property UPnP#XML_CLASS_PROPERTTY
- Returns
Parser which has been loaded successuflly or null otherwise
- Since
- 1.8.0
◆ setDisable()
| static final void org.cybergarage.upnp.UPnP.setDisable |
( |
int | value | ) |
|
|
inlinestatic |
◆ setEnable()
| static final void org.cybergarage.upnp.UPnP.setEnable |
( |
int | value | ) |
|
|
inlinestatic |
◆ setTimeToLive()
| static final void org.cybergarage.upnp.UPnP.setTimeToLive |
( |
int | value | ) |
|
|
inlinestatic |
◆ setXMLParser()
| static final void org.cybergarage.upnp.UPnP.setXMLParser |
( |
Parser | parser | ) |
|
|
inlinestatic |
◆ toUUID()
| static final String org.cybergarage.upnp.UPnP.toUUID |
( |
int | seed | ) |
|
|
inlinestaticprivate |
◆ CONFIGID_UPNP_ORG_MAX
| final int org.cybergarage.upnp.UPnP.CONFIGID_UPNP_ORG_MAX = 16777215 |
|
static |
◆ DEFAULT_EXPIRED_DEVICE_EXTRA_TIME
| final int org.cybergarage.upnp.UPnP.DEFAULT_EXPIRED_DEVICE_EXTRA_TIME = 60 |
|
static |
◆ DEFAULT_TTL
| final int org.cybergarage.upnp.UPnP.DEFAULT_TTL = 4 |
|
static |
◆ INMPR03
| final String org.cybergarage.upnp.UPnP.INMPR03 = "INMPR03" |
|
static |
◆ INMPR03_DISCOVERY_OVER_WIRELESS_COUNT
| final int org.cybergarage.upnp.UPnP.INMPR03_DISCOVERY_OVER_WIRELESS_COUNT = 4 |
|
static |
◆ INMPR03_VERSION
| final String org.cybergarage.upnp.UPnP.INMPR03_VERSION = "1.0" |
|
static |
◆ NAME
| final String org.cybergarage.upnp.UPnP.NAME = "CyberLinkJava" |
|
static |
◆ SERVER_RETRY_COUNT
| final int org.cybergarage.upnp.UPnP.SERVER_RETRY_COUNT = 100 |
|
static |
◆ timeToLive
◆ USE_IPV6_ADMINISTRATIVE_SCOPE
| final int org.cybergarage.upnp.UPnP.USE_IPV6_ADMINISTRATIVE_SCOPE = 5 |
|
static |
◆ USE_IPV6_GLOBAL_SCOPE
| final int org.cybergarage.upnp.UPnP.USE_IPV6_GLOBAL_SCOPE = 7 |
|
static |
◆ USE_IPV6_LINK_LOCAL_SCOPE
| final int org.cybergarage.upnp.UPnP.USE_IPV6_LINK_LOCAL_SCOPE = 3 |
|
static |
◆ USE_IPV6_SITE_LOCAL_SCOPE
| final int org.cybergarage.upnp.UPnP.USE_IPV6_SITE_LOCAL_SCOPE = 6 |
|
static |
◆ USE_IPV6_SUBNET_SCOPE
| final int org.cybergarage.upnp.UPnP.USE_IPV6_SUBNET_SCOPE = 4 |
|
static |
◆ USE_LOOPBACK_ADDR
| final int org.cybergarage.upnp.UPnP.USE_LOOPBACK_ADDR = 2 |
|
static |
◆ USE_ONLY_IPV4_ADDR
| final int org.cybergarage.upnp.UPnP.USE_ONLY_IPV4_ADDR = 9 |
|
static |
◆ USE_ONLY_IPV6_ADDR
| final int org.cybergarage.upnp.UPnP.USE_ONLY_IPV6_ADDR = 1 |
|
static |
◆ USE_SSDP_SEARCHRESPONSE_MULTIPLE_INTERFACES
| final int org.cybergarage.upnp.UPnP.USE_SSDP_SEARCHRESPONSE_MULTIPLE_INTERFACES = 8 |
|
static |
◆ VERSION
| final String org.cybergarage.upnp.UPnP.VERSION = "3.0" |
|
static |
◆ XML_CLASS_PROPERTTY
| final String org.cybergarage.upnp.UPnP.XML_CLASS_PROPERTTY = "cyberlink.upnp.xml.parser" |
|
static |
Name of the system properties used to identifies the default XML Parser.
The value of the properties MUST BE the fully qualified class name of
XML Parser which CyberLink should use.
◆ XML_DECLARATION
| final String org.cybergarage.upnp.UPnP.XML_DECLARATION = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" |
|
static |
◆ xmlParser
| Parser org.cybergarage.upnp.UPnP.xmlParser |
|
staticprivate |
The documentation for this class was generated from the following file:
- core/src/main/java/org/cybergarage/upnp/UPnP.java