|
YAACC - UPNP Client and Server
|
Handles reception of control messages, invoking actions on local services. More...


Public Member Functions | |
| ReceivingAction (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 |
Handles reception of control messages, invoking actions on local services.
Actions are invoked through the org.fourthline.cling.model.action.ActionExecutor returned by the registered org.fourthline.cling.model.meta.LocalService#getExecutor(org.fourthline.cling.model.meta.Action) method.