YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
org.fourthline.cling.protocol.SendingAsync Class Referenceabstract

Supertype for all synchronously executing protocols, sending UPnP messages. More...

Inheritance diagram for org.fourthline.cling.protocol.SendingAsync:
Inheritance graph
Collaboration diagram for org.fourthline.cling.protocol.SendingAsync:
Collaboration graph

Public Member Functions

UpnpService getUpnpService ()
 
void run ()
 
String toString ()
 

Protected Member Functions

 SendingAsync (UpnpService upnpService)
 
abstract void execute () throws RouterException
 

Detailed Description

Supertype for all synchronously executing protocols, sending UPnP messages.

After instantiation by the ProtocolFactory, this protocol run()s and calls its execute() method.

A RouterException during execution will be wrapped in a fatal RuntimeException, unless its cause is an InterruptedException, in which case an INFO message will be logged.

Author
Christian Bauer

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