Uses of Class
fi.iki.elonen.NanoHTTPD.ResponseException
Packages that use NanoHTTPD.ResponseException
-
Uses of NanoHTTPD.ResponseException in fi.iki.elonen
Methods in fi.iki.elonen that throw NanoHTTPD.ResponseExceptionModifier and TypeMethodDescriptionprivate void
NanoHTTPD.HTTPSession.decodeHeader
(BufferedReader in, Map<String, String> pre, Map<String, List<String>> parms, Map<String, String> headers) Decodes the sent headers and loads the data into Key/value pairsprivate void
NanoHTTPD.HTTPSession.decodeMultipartFormData
(NanoHTTPD.ContentType contentType, ByteBuffer fbuf, Map<String, List<String>> parms, Map<String, String> files) Decodes the Multipart Body data and put it into Key/Value pairs.void
void
Adds the files in the request body to the files map.