Class FormPart

java.lang.Object
httpserver.core.FormPart

public final class FormPart extends Object
  • Constructor Details

  • Method Details

    • getContentType

      public String getContentType()
    • getDisposition

      public String getDisposition()
    • getHeaders

      public List<String> getHeaders()
    • getFormPartData

      public byte[] getFormPartData()
    • getData

      public byte[] getData()