Klasse SendingAsync

java.lang.Object
org.jupnp.protocol.SendingAsync
Alle implementierten Schnittstellen:
Runnable
Bekannte direkte Unterklassen:
SendingNotification, SendingSearch, SendingSync

public abstract class SendingAsync extends Object implements Runnable
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.

Autor:
Christian Bauer