org.teleal.cling.transport.impl
Class HttpExchangeUpnpStream

java.lang.Object
  extended by org.teleal.cling.transport.spi.UpnpStream
      extended by org.teleal.cling.transport.impl.HttpExchangeUpnpStream
All Implemented Interfaces:
java.lang.Runnable

public class HttpExchangeUpnpStream
extends UpnpStream


Field Summary
 
Fields inherited from class org.teleal.cling.transport.spi.UpnpStream
protocolFactory, syncProtocol
 
Constructor Summary
HttpExchangeUpnpStream(ProtocolFactory protocolFactory, com.sun.net.httpserver.HttpExchange httpExchange)
           
 
Method Summary
 void execute()
           
 com.sun.net.httpserver.HttpExchange getHttpExchange()
           
 
Methods inherited from class org.teleal.cling.transport.spi.UpnpStream
getProtocolFactory, process, responseException, responseSent, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpExchangeUpnpStream

public HttpExchangeUpnpStream(ProtocolFactory protocolFactory,
                              com.sun.net.httpserver.HttpExchange httpExchange)
Method Detail

getHttpExchange

public com.sun.net.httpserver.HttpExchange getHttpExchange()

execute

public void execute()
Specified by:
execute in class UpnpStream


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