|
YAACC - UPNP Client and Server
|
Handles incoming GENA event messages. More...


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 |
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