Package org.jupnp.protocol.sync
Klasse ReceivingEvent
java.lang.Object
org.jupnp.protocol.ReceivingAsync<StreamRequestMessage>
org.jupnp.protocol.ReceivingSync<StreamRequestMessage,OutgoingEventResponseMessage>
org.jupnp.protocol.sync.ReceivingEvent
- Alle implementierten Schnittstellen:
Runnable
public class ReceivingEvent
extends ReceivingSync<StreamRequestMessage,OutgoingEventResponseMessage>
Handles incoming GENA event messages.
Attempts to find an outgoing (remote) subscription matching the callback and subscription identifier.
Once found, the GENA event message payload will be transformed and the
RemoteGENASubscription.receive(org.jupnp.model.types.UnsignedIntegerFourBytes, java.util.Collection) method will be called asynchronously using the executor
returned by UpnpServiceConfiguration.getRegistryListenerExecutor().
- Autor:
- Christian Bauer
-
Feldübersicht
Von Klasse geerbte Felder org.jupnp.protocol.ReceivingSync
outputMessage, remoteClientInfo -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.jupnp.protocol.ReceivingSync
execute, getOutputMessage, getRemoteClientInfo, responseException, responseSent, toStringVon Klasse geerbte Methoden org.jupnp.protocol.ReceivingAsync
getFirstHeader, getInputMessage, getUpnpService, run, waitBeforeExecution
-
Konstruktordetails
-
ReceivingEvent
-
-
Methodendetails
-
executeSync
- Angegeben von:
executeSyncin KlasseReceivingSync<StreamRequestMessage,OutgoingEventResponseMessage> - Löst aus:
RouterException
-