org.teleal.cling.protocol.sync
Class ReceivingRetrieval

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.ReceivingRetrieval
All Implemented Interfaces:
Runnable

public class ReceivingRetrieval
extends ReceivingSync<StreamRequestMessage,StreamResponseMessage>


Field Summary
 
Fields inherited from class org.teleal.cling.protocol.ReceivingSync
outputMessage
 
Constructor Summary
ReceivingRetrieval(UpnpService upnpService, StreamRequestMessage inputMessage)
           
 
Method Summary
protected  StreamResponseMessage createResponse(URI requestedURI, Resource resource)
           
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

ReceivingRetrieval

public ReceivingRetrieval(UpnpService upnpService,
                          StreamRequestMessage inputMessage)
Method Detail

executeSync

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

createResponse

protected StreamResponseMessage createResponse(URI requestedURI,
                                               Resource resource)


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