Package org.jupnp.protocol
Klasse SendingAsync
java.lang.Object
org.jupnp.protocol.SendingAsync
- Alle implementierten Schnittstellen:
Runnable
- Bekannte direkte Unterklassen:
SendingNotification,SendingSearch,SendingSync
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
-
Konstruktordetails
-
SendingAsync
-
-
Methodendetails
-
getUpnpService
-
run
public void run() -
execute
- Löst aus:
RouterException
-
toString
-