|
YAACC - UPNP Client and Server
|
Supertype for all synchronously executing protocols, sending UPnP messages. More...


Public Member Functions | |
| IN | getInputMessage () |
| OUT | getOutputMessage () |
| String | toString () |
Public Member Functions inherited from de.yaacc.upnp.protocol.SendingAsync | |
| void | run () |
Protected Member Functions | |
| SendingSync (IN inputMessage) | |
| final void | execute () throws IOException |
| abstract OUT | executeSync () throws IOException |
Protected Attributes | |
| OUT | outputMessage |
Supertype for all synchronously executing protocols, sending UPnP messages.
| <IN> | The type of request UPnP message send by this protocol. |
| <OUT> | The type of response UPnP message expected by this protocol. |
|
protected |
Reimplemented from de.yaacc.upnp.protocol.SendingAsync.
| String de.yaacc.upnp.protocol.SendingSync< IN extends StreamRequestMessage, OUT extends StreamResponseMessage >.toString | ( | ) |
Reimplemented from de.yaacc.upnp.protocol.SendingAsync.