|
YAACC - UPNP Client and Server
|
Supertype for all synchronously executing protocols, sending UPnP messages. More...


Public Member Functions | |
| UpnpService | getUpnpService () |
| void | run () |
| String | toString () |
Protected Member Functions | |
| SendingAsync (UpnpService upnpService) | |
| abstract void | execute () throws RouterException |
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.