public static interface NanoHTTPD.IHTTPSession
Modifier and Type | Method and Description |
---|---|
void |
execute() |
NanoHTTPD.CookieHandler |
getCookies() |
Map<String,String> |
getHeaders() |
InputStream |
getInputStream() |
NanoHTTPD.Method |
getMethod() |
Map<String,String> |
getParms() |
String |
getQueryParameterString() |
String |
getUri() |
void |
parseBody(Map<String,String> files) |
void execute() throws IOException
IOException
NanoHTTPD.CookieHandler getCookies()
InputStream getInputStream()
NanoHTTPD.Method getMethod()
String getQueryParameterString()
String getUri()
void parseBody(Map<String,String> files) throws IOException, NanoHTTPD.ResponseException
Copyright © 2019 SimiaCryptus Software. All rights reserved.