Package org.jupnp.protocol.sync
Klasse SendingEvent
java.lang.Object
org.jupnp.protocol.SendingAsync
org.jupnp.protocol.SendingSync<OutgoingEventRequestMessage,StreamResponseMessage>
org.jupnp.protocol.sync.SendingEvent
- Alle implementierten Schnittstellen:
Runnable
Sending GENA event messages to remote subscribers.
Any LocalGENASubscription instantiates and executes this protocol
when the state of a local service changes. However, a remote subscriber might require event
notification messages on more than one callback URL, so this protocol potentially sends
many messages. What is returned is always the last response, that is, the response for the
message sent to the last callback URL in the list of the subscriber.
- Autor:
- Christian Bauer
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final UnsignedIntegerFourBytesprotected final OutgoingEventRequestMessage[]protected final StringVon Klasse geerbte Felder org.jupnp.protocol.SendingSync
outputMessage -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.jupnp.protocol.SendingSync
execute, getInputMessage, getOutputMessage, toStringVon Klasse geerbte Methoden org.jupnp.protocol.SendingAsync
getUpnpService, run
-
Felddetails
-
subscriptionId
-
requestMessages
-
currentSequence
-
-
Konstruktordetails
-
SendingEvent
-
-
Methodendetails
-
executeSync
- Angegeben von:
executeSyncin KlasseSendingSync<OutgoingEventRequestMessage,StreamResponseMessage> - Löst aus:
RouterException
-