Uses of Class
fi.iki.elonen.NanoHTTPD.ContentType
-
Packages that use NanoHTTPD.ContentType Package Description fi.iki.elonen -
-
Uses of NanoHTTPD.ContentType in fi.iki.elonen
Methods in fi.iki.elonen that return NanoHTTPD.ContentType Modifier and Type Method Description NanoHTTPD.ContentTypeNanoHTTPD.ContentType. tryUTF8()Methods in fi.iki.elonen with parameters of type NanoHTTPD.ContentType Modifier and Type Method Description private voidNanoHTTPD.HTTPSession. decodeMultipartFormData(NanoHTTPD.ContentType contentType, java.nio.ByteBuffer fbuf, java.util.Map<java.lang.String,java.util.List<java.lang.String>> parms, java.util.Map<java.lang.String,java.lang.String> files)Decodes the Multipart Body data and put it into Key/Value pairs.
-