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 voidNanoHTTPD.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 voidNanoHTTPD.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.voidvoidAdds the files in the request body to the files map.