| 
    YAACC - UPNP Client and Server
    
   | 
 
Primary interface of the Cling Core UPnP stack. More...


Classes | |
| class | Shutdown | 
| class | Start | 
Public Member Functions | |
| UpnpServiceConfiguration | getConfiguration () | 
| ControlPoint | getControlPoint () | 
| ProtocolFactory | getProtocolFactory () | 
| Registry | getRegistry () | 
| Router | getRouter () | 
| void | shutdown () | 
| Stopping the UPnP stack.   | |
Primary interface of the Cling 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.
| void org.fourthline.cling.UpnpService.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.
Implemented in org.fourthline.cling.UpnpServiceImpl.