public abstract class HttpServerConnectionUpnpStream extends UpnpStream
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 |
protocolFactory, syncProtocol
Modifier | Constructor and Description |
---|---|
protected |
HttpServerConnectionUpnpStream(ProtocolFactory protocolFactory,
org.apache.http.HttpServerConnection connection,
org.apache.http.params.HttpParams params) |
Modifier and Type | Method and Description |
---|---|
protected abstract Connection |
createConnection() |
org.apache.http.HttpServerConnection |
getConnection() |
void |
run() |
getProtocolFactory, process, responseException, responseSent, toString
protected final org.apache.http.HttpServerConnection connection
protected final org.apache.http.protocol.BasicHttpProcessor httpProcessor
protected final org.apache.http.protocol.HttpService httpService
protected final org.apache.http.params.HttpParams params
protected HttpServerConnectionUpnpStream(ProtocolFactory protocolFactory, org.apache.http.HttpServerConnection connection, org.apache.http.params.HttpParams params)
public org.apache.http.HttpServerConnection getConnection()
public void run()
protected abstract Connection createConnection()
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.