Uses of Class
fi.iki.elonen.NanoHTTPD.ContentType
Packages that use NanoHTTPD.ContentType
-
Uses of NanoHTTPD.ContentType in fi.iki.elonen
Methods in fi.iki.elonen that return NanoHTTPD.ContentTypeMethods in fi.iki.elonen with parameters of type NanoHTTPD.ContentTypeModifier and TypeMethodDescriptionprivate 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.