Klasse SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>

java.lang.Object
org.jupnp.protocol.SendingAsync
org.jupnp.protocol.SendingSync<IN,OUT>
Typparameter:
IN - The type of request UPnP message send by this protocol.
OUT - The type of response UPnP message expected by this protocol.
Alle implementierten Schnittstellen:
Runnable
Bekannte direkte Unterklassen:
SendingAction, SendingEvent, SendingRenewal, SendingSubscribe, SendingUnsubscribe

public abstract class SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage> extends SendingAsync
Supertype for all synchronously executing protocols, sending UPnP messages.

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

Autor:
Christian Bauer