Package org.jupnp.protocol
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
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSendingSync(UpnpService upnpService, IN inputMessage) -
Methodenübersicht
Von Klasse geerbte Methoden org.jupnp.protocol.SendingAsync
getUpnpService, run
-
Felddetails
-
outputMessage
-
-
Konstruktordetails
-
SendingSync
-
-
Methodendetails
-
getInputMessage
-
getOutputMessage
-
execute
- Angegeben von:
executein KlasseSendingAsync- Löst aus:
RouterException
-
executeSync
- Löst aus:
RouterException
-
toString
- Setzt außer Kraft:
toStringin KlasseSendingAsync
-