org.fourthline.cling.protocol.sync
Class ReceivingAction
java.lang.Object
org.fourthline.cling.protocol.ReceivingAsync<IN>
org.fourthline.cling.protocol.ReceivingSync<StreamRequestMessage,StreamResponseMessage>
org.fourthline.cling.protocol.sync.ReceivingAction
- All Implemented Interfaces:
- Runnable
public class ReceivingAction
- extends ReceivingSync<StreamRequestMessage,StreamResponseMessage>
Handles reception of control messages, invoking actions on local services.
Actions are invoked through the ActionExecutor
returned
by the registered LocalService.getExecutor(org.fourthline.cling.model.meta.Action)
method.
- Author:
- Christian Bauer
ReceivingAction
public ReceivingAction(UpnpService upnpService,
StreamRequestMessage inputMessage)
executeSync
protected StreamResponseMessage executeSync()
- Specified by:
executeSync
in class ReceivingSync<StreamRequestMessage,StreamResponseMessage>
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.