Package org.jupnp

Klasse UpnpServiceImpl

java.lang.Object
org.jupnp.UpnpServiceImpl
Alle implementierten Schnittstellen:
UpnpService

public class UpnpServiceImpl extends Object implements UpnpService
Default implementation of UpnpService, starts immediately on construction.

If no UpnpServiceConfiguration is provided it will automatically instantiate DefaultUpnpServiceConfiguration. This configuration does not work on Android! Use the AndroidUpnpService application component instead

Override the various create...() methods to customize instantiation of protocol factory, router, etc.

Autor:
Christian Bauer, Kai Kreuzer - OSGiified the service, Laurent Garnier - moved OSGi dependency to HttpService into OSGiUpnpServiceConfiguration