YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
org.fourthline.cling.UpnpService Interface Reference

Primary interface of the Cling Core UPnP stack. More...

Inheritance diagram for org.fourthline.cling.UpnpService:
Inheritance graph
Collaboration diagram for org.fourthline.cling.UpnpService:
Collaboration graph

Classes

class  Shutdown
 
class  Start
 

Public Member Functions

UpnpServiceConfiguration getConfiguration ()
 
ControlPoint getControlPoint ()
 
ProtocolFactory getProtocolFactory ()
 
Registry getRegistry ()
 
Router getRouter ()
 
void shutdown ()
 Stopping the UPnP stack.
 

Detailed Description

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.

Author
Christian Bauer

Member Function Documentation

◆ shutdown()

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.


The documentation for this interface was generated from the following file: