Class NanoHTTPD.ContentType

java.lang.Object
fi.iki.elonen.NanoHTTPD.ContentType
Enclosing class:
NanoHTTPD

protected static class NanoHTTPD.ContentType extends Object
  • Constructor Details

    • ContentType

      public ContentType(String contentTypeHeader)
  • Method Details

    • getContentTypeHeader

      public String getContentTypeHeader()
    • getContentType

      public String getContentType()
    • getEncoding

      public String getEncoding()
    • getBoundary

      public String getBoundary()
    • isMultipart

      public boolean isMultipart()
    • tryUTF8

      public NanoHTTPD.ContentType tryUTF8()