Node Director
|
Handles one session, i.e. More...
Public Member Functions | |
void | execute () throws IOException |
CookieHandler | getCookies () |
Map< String, String > | getHeaders () |
InputStream | getInputStream () |
Method | getMethod () |
Map< String, String > | getParms () |
String | getQueryParameterString () |
String | getUri () |
void | parseBody (Map< String, String > files) throws IOException, ResponseException |
Adds the files in the request body to the files map. |
Handles one session, i.e.
parses the HTTP request and returns the response.
void fi.iki.elonen.NanoHTTPD.IHTTPSession.execute | ( | ) | throws IOException |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
CookieHandler fi.iki.elonen.NanoHTTPD.IHTTPSession.getCookies | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Map<String, String> fi.iki.elonen.NanoHTTPD.IHTTPSession.getHeaders | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Referenced by fi.iki.elonen.NanoHTTPD.serve().
InputStream fi.iki.elonen.NanoHTTPD.IHTTPSession.getInputStream | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Method fi.iki.elonen.NanoHTTPD.IHTTPSession.getMethod | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Referenced by fi.iki.elonen.NanoHTTPD.serve().
Map<String, String> fi.iki.elonen.NanoHTTPD.IHTTPSession.getParms | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Referenced by fi.iki.elonen.NanoHTTPD.serve().
String fi.iki.elonen.NanoHTTPD.IHTTPSession.getQueryParameterString | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Referenced by fi.iki.elonen.NanoHTTPD.serve().
String fi.iki.elonen.NanoHTTPD.IHTTPSession.getUri | ( | ) |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Referenced by fi.iki.elonen.NanoHTTPD.serve().
void fi.iki.elonen.NanoHTTPD.IHTTPSession.parseBody | ( | Map< String, String > | files | ) | throws IOException, ResponseException |
Adds the files in the request body to the files map.
files | map to modify |
Implemented in fi.iki.elonen.NanoHTTPD.HTTPSession.
Referenced by fi.iki.elonen.NanoHTTPD.serve().