public static interface NanoHTTPD.IHTTPSession
Modifier and Type | Method and Description |
---|---|
void |
execute() |
NanoHTTPD.CookieHandler |
getCookies() |
Map |
getHeaders() |
InputStream |
getInputStream() |
NanoHTTPD.Method |
getMethod() |
Map |
getParms() |
String |
getQueryParameterString() |
String |
getRemoteHostName()
Get the remote hostname of the requester.
|
String |
getRemoteIpAddress()
Get the remote ip address of the requester.
|
String |
getUri() |
void |
parseBody(Map
Adds the files in the request body to the files map.
|
void execute() throws IOException
IOException
NanoHTTPD.CookieHandler getCookies()
MapgetHeaders()
InputStream getInputStream()
NanoHTTPD.Method getMethod()
MapgetParms()
String getQueryParameterString()
String getUri()
void parseBody(Mapfiles) throws IOException, NanoHTTPD.ResponseException
files
- map to modifyIOException
NanoHTTPD.ResponseException
String getRemoteIpAddress()
String getRemoteHostName()
Copyright © 2012–2016 nanohttpd. All rights reserved.