org.teleal.cling.protocol.sync
Class ReceivingAction

java.lang.Object
  extended by org.teleal.cling.protocol.ReceivingAsync<IN>
      extended by org.teleal.cling.protocol.ReceivingSync<StreamRequestMessage,StreamResponseMessage>
          extended by org.teleal.cling.protocol.sync.ReceivingAction
All Implemented Interfaces:
java.lang.Runnable

public class ReceivingAction
extends ReceivingSync<StreamRequestMessage,StreamResponseMessage>


Field Summary
 
Fields inherited from class org.teleal.cling.protocol.ReceivingSync
outputMessage
 
Constructor Summary
ReceivingAction(UpnpService upnpService, StreamRequestMessage inputMessage)
           
 
Method Summary
protected  StreamResponseMessage executeSync()
           
 
Methods inherited from class org.teleal.cling.protocol.ReceivingSync
execute, getOutputMessage, responseException, responseSent, toString
 
Methods inherited from class org.teleal.cling.protocol.ReceivingAsync
getFirstHeader, getInputMessage, getUpnpService, run, waitBeforeExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReceivingAction

public ReceivingAction(UpnpService upnpService,
                       StreamRequestMessage inputMessage)
Method Detail

executeSync

protected StreamResponseMessage executeSync()
Specified by:
executeSync in class ReceivingSync<StreamRequestMessage,StreamResponseMessage>


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.