org.teleal.cling.transport.impl.apache
Class HttpServerConnectionUpnpStream
java.lang.Object
org.teleal.cling.transport.spi.UpnpStream
org.teleal.cling.transport.impl.apache.HttpServerConnectionUpnpStream
- All Implemented Interfaces:
- Runnable
public class HttpServerConnectionUpnpStream
- extends UpnpStream
Implementation for Apache HTTP Components API.
- Author:
- Christian Bauer
Nested Class Summary |
protected class |
HttpServerConnectionUpnpStream.UpnpHttpService
A thread-safe custom service implementation that creates a UPnP message from the request,
then passes it to UpnpStream#process(), finally sends the response back to the
client. |
Field Summary |
protected org.apache.http.HttpServerConnection |
connection
|
protected org.apache.http.protocol.BasicHttpProcessor |
httpProcessor
|
protected org.apache.http.protocol.HttpService |
httpService
|
protected org.apache.http.params.HttpParams |
params
|
connection
protected final org.apache.http.HttpServerConnection connection
httpProcessor
protected final org.apache.http.protocol.BasicHttpProcessor httpProcessor
httpService
protected final org.apache.http.protocol.HttpService httpService
params
protected final org.apache.http.params.HttpParams params
HttpServerConnectionUpnpStream
protected HttpServerConnectionUpnpStream(ProtocolFactory protocolFactory,
org.apache.http.HttpServerConnection connection,
org.apache.http.params.HttpParams params)
getConnection
public org.apache.http.HttpServerConnection getConnection()
run
public void run()
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.