Package org.jupnp
Schnittstelle UpnpService
- Alle bekannten Implementierungsklassen:
UpnpServiceImpl
public interface UpnpService
Primary interface of the jUPnP Core UPnP stack.
An implementation can either start immediately when constructed or offer an additional method that starts the UPnP stack on-demand. Implementations are not required to be restartable after shutdown.
Implementations are always thread-safe and can be shared and called concurrently.
- Autor:
- Christian Bauer
-
Methodendetails
-
getConfiguration
UpnpServiceConfiguration getConfiguration() -
getControlPoint
ControlPoint getControlPoint() -
getProtocolFactory
ProtocolFactory getProtocolFactory() -
getRegistry
Registry getRegistry() -
getRouter
Router getRouter() -
shutdown
void shutdown()Stopping the UPnP stack.Clients are required to stop the UPnP stack properly. Notifications for disappearing devices will be multicast'ed, existing event subscriptions cancelled.
-
startup
void startup()
-