Initial implementation of RestHttpPage class
This commit is contained in:
parent
6e271f56d9
commit
a7e6324a10
11 changed files with 81 additions and 35 deletions
|
|
@ -25,6 +25,7 @@ package zutil.net.upnp;
|
|||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
|
||||
import zutil.net.http.HttpHeaderParser;
|
||||
import zutil.net.http.HttpPrintStream;
|
||||
|
||||
/**
|
||||
|
|
@ -43,7 +44,7 @@ public class UPnPMediaServer extends UPnPRootDevice{
|
|||
url = location;
|
||||
}
|
||||
|
||||
public void respond(HttpPrintStream out, Map<String, String> clientInfo,
|
||||
public void respond(HttpPrintStream out, HttpHeaderParser clientInfo,
|
||||
Map<String, Object> session, Map<String, String> cookie,
|
||||
Map<String, String> request) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue