org.apache.felix.upnp.basedriver.util
Interface Constants


public interface Constants


Field Summary
static java.lang.String BASEDRIVER_LOG_PROP
          Set the verbosity of the logging message of the bundle
static java.lang.String CYBERDOMO_LOG_PROP
          If equal to "true" enables the CyberDomo UPnP SDK debugging messages
static java.lang.String EXPORTER_ENABLED_PROP
          If equal to "true" enables Exporter facility of the UPnP Base Driver
static java.lang.String IMPORTER_ENABLED_PROP
          If equal to "true" enables Importer facility of the UPnP Base Driver
static java.lang.String NET_ONLY_IPV4_PROP
          If equal to "true" enables the use of NICs with IPv4 configured and only IPv4 addresses will be used
static java.lang.String NET_ONLY_IPV6_PROP
          If equal to "true" enables the use of NICs with IPv6 configured and only IPv6 addresses will be used
NOTE:This property is used only on JDK 1.4 or greater
static java.lang.String NET_USE_LOOPBACK_PROP
          If equal to "true" enables the use of Loopback addresses, either IPv6 and IPv4
static java.lang.String UPNP_IMPORT
          If this property is set on a UPnP Device means that the device service is been created by UPnP base Driver.
 

Field Detail

UPNP_IMPORT

static final java.lang.String UPNP_IMPORT
If this property is set on a UPnP Device means that the device service is been created by UPnP base Driver.
The value of the does not carry any mean.
The name of the property is "UPnP.device.import".

Since:
0.1
See Also:
Constant Field Values

BASEDRIVER_LOG_PROP

static final java.lang.String BASEDRIVER_LOG_PROP
Set the verbosity of the logging message of the bundle

Since:
0.1
See Also:
Constant Field Values

CYBERDOMO_LOG_PROP

static final java.lang.String CYBERDOMO_LOG_PROP
If equal to "true" enables the CyberDomo UPnP SDK debugging messages

Since:
0.1
See Also:
Constant Field Values

EXPORTER_ENABLED_PROP

static final java.lang.String EXPORTER_ENABLED_PROP
If equal to "true" enables Exporter facility of the UPnP Base Driver

Since:
0.3
See Also:
Constant Field Values

IMPORTER_ENABLED_PROP

static final java.lang.String IMPORTER_ENABLED_PROP
If equal to "true" enables Importer facility of the UPnP Base Driver

Since:
0.3
See Also:
Constant Field Values

NET_ONLY_IPV4_PROP

static final java.lang.String NET_ONLY_IPV4_PROP
If equal to "true" enables the use of NICs with IPv4 configured and only IPv4 addresses will be used

Since:
0.3
See Also:
Constant Field Values

NET_ONLY_IPV6_PROP

static final java.lang.String NET_ONLY_IPV6_PROP
If equal to "true" enables the use of NICs with IPv6 configured and only IPv6 addresses will be used
NOTE:This property is used only on JDK 1.4 or greater

Since:
0.3
See Also:
Constant Field Values

NET_USE_LOOPBACK_PROP

static final java.lang.String NET_USE_LOOPBACK_PROP
If equal to "true" enables the use of Loopback addresses, either IPv6 and IPv4

Since:
0.3
See Also:
Constant Field Values