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

Handles reception of GENA event unsubscribe messages. More...

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

Public Member Functions

 ReceivingUnsubscribe (Registry registry, StreamRequestMessage inputMessage)
 
- Public Member Functions inherited from de.yaacc.upnp.protocol.ReceivingSync< StreamRequestMessage, StreamResponseMessage >
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

StreamResponseMessage executeSync () throws IOException
 
- Protected Member Functions inherited from de.yaacc.upnp.protocol.ReceivingSync< StreamRequestMessage, StreamResponseMessage >
 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, StreamResponseMessage >
final RemoteClientInfo remoteClientInfo
 
OUT outputMessage
 

Detailed Description

Handles reception of GENA event unsubscribe messages.

Author
Christian Bauer

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