Klasse AndroidUpnpServiceConfiguration

java.lang.Object
org.jupnp.DefaultUpnpServiceConfiguration
org.jupnp.android.AndroidUpnpServiceConfiguration
Alle implementierten Schnittstellen:
UpnpServiceConfiguration

public class AndroidUpnpServiceConfiguration extends DefaultUpnpServiceConfiguration
Configuration settings for deployment on Android.

This configuration utilizes the Jetty transport implementation found in org.jupnp.transport.impl.jetty for TCP/HTTP networking, as client and server. The servlet context path for UPnP is set to /upnp.

This configuration utilizes UDA10ServiceDescriptorBinderSAXImpl, the system property org.xml.sax.driver is set to org.xmlpull.v1.sax2.Driver.

To preserve battery, the Registry will only be maintained every 3 seconds.

Autor:
Christian Bauer