org.teleal.cling.transport.impl
Class HttpExchangeUpnpStream
java.lang.Object
org.teleal.cling.transport.spi.UpnpStream
org.teleal.cling.transport.impl.HttpExchangeUpnpStream
- All Implemented Interfaces:
- Runnable
public class HttpExchangeUpnpStream
- extends UpnpStream
Default implementation based on the JDK 6.0 built-in HTTP Server.
Instantiated by a com.sun.net.httpserver.HttpHandler
.
- Author:
- Christian Bauer
HttpExchangeUpnpStream
public HttpExchangeUpnpStream(ProtocolFactory protocolFactory,
com.sun.net.httpserver.HttpExchange httpExchange)
getHttpExchange
public com.sun.net.httpserver.HttpExchange getHttpExchange()
run
public void run()
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.