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 org.fourthline.cling.protocol.SendingAsync | |
UpnpService | getUpnpService () |
void | run () |
Protected Member Functions | |
SendingSync (UpnpService upnpService, IN inputMessage) | |
final void | execute () throws RouterException |
abstract OUT | executeSync () throws RouterException |
Protected Member Functions inherited from org.fourthline.cling.protocol.SendingAsync | |
SendingAsync (UpnpService upnpService) | |
Protected Attributes | |
OUT | outputMessage |
Supertype for all synchronously executing protocols, sending UPnP messages.
After instantiation by the ProtocolFactory
, this protocol run()
s and calls its executeSync()
method.
<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 org.fourthline.cling.protocol.SendingAsync.
String org.fourthline.cling.protocol.SendingSync< IN extends StreamRequestMessage, OUT extends StreamResponseMessage >.toString | ( | ) |
Reimplemented from org.fourthline.cling.protocol.SendingAsync.