Schnittstelle ProtocolFactory

Alle bekannten Implementierungsklassen:
ProtocolFactoryImpl

public interface ProtocolFactory
Factory for UPnP protocols, the core implementation of the UPnP specification.

This factory creates an executable protocol either based on the received UPnP messsage, or on local device/search/service metadata). A protocol is an aspect of the UPnP specification, you can override individual protocols to customize the behavior of the UPnP stack.

An implementation has to be thread-safe.

Autor:
Christian Bauer