Interface FormData.FormValue

  • Enclosing class:
    FormData

    public static interface FormData.FormValue
    • Method Detail

      • getCharset

        String getCharset()
        Returns:
        The charset of the simple string value
      • isFile

        @Deprecated
        boolean isFile()
        Deprecated.
        Returns true if this is a file and not a simple string
        Returns:
      • isFileItem

        boolean isFileItem()
      • getFileName

        String getFileName()
        Returns:
        The filename specified in the disposition header.
      • getHeaders

        HeaderMap getHeaders()
        Returns:
        The headers that were present in the multipart request, or null if this was not a multipart request