Package fi.iki.elonen

Class NanoHTTPD.ContentType

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

protected static class NanoHTTPD.ContentType extends Object
  • Field Details

  • Constructor Details

    • ContentType

      public ContentType(String contentTypeHeader)
  • Method Details

    • getDetailFromContentHeader

      private String getDetailFromContentHeader(String contentTypeHeader, Pattern pattern, String defaultValue, int group)
    • 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()