YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
de.yaacc.upnp.protocol.sync.ReceivingEvent Class Reference

Handles incoming GENA event messages. More...

Inheritance diagram for de.yaacc.upnp.protocol.sync.ReceivingEvent:
Inheritance graph
Collaboration diagram for de.yaacc.upnp.protocol.sync.ReceivingEvent:
Collaboration graph

Public Member Functions

 ReceivingEvent (Registry registry, StreamRequestMessage inputMessage)
 
- Public Member Functions inherited from de.yaacc.upnp.protocol.ReceivingSync< StreamRequestMessage, OutgoingEventResponseMessage >
OUT getOutputMessage ()
 
void responseSent (StreamResponseMessage responseMessage)
 Called by the client of this protocol after the returned response has been successfully delivered.
 
void responseException (Throwable t)
 Called by the client of this protocol if the returned response was not delivered.
 
RemoteClientInfo getRemoteClientInfo ()
 
String toString ()
 

Protected Member Functions

OutgoingEventResponseMessage executeSync () throws IOException
 
- Protected Member Functions inherited from de.yaacc.upnp.protocol.ReceivingSync< StreamRequestMessage, OutgoingEventResponseMessage >
 ReceivingSync (IN inputMessage)
 
final void execute () throws IOException
 
abstract OUT executeSync () throws IOException
 

Additional Inherited Members

- Protected Attributes inherited from de.yaacc.upnp.protocol.ReceivingSync< StreamRequestMessage, OutgoingEventResponseMessage >
final RemoteClientInfo remoteClientInfo
 
OUT outputMessage
 

Detailed Description

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 java.util.Collection) method will be called asynchronously using the executor

Author
Christian Bauer

The documentation for this class was generated from the following file: