Class FileInfo

java.lang.Object
io.fusionauth.http.FileInfo

public class FileInfo extends Object
This class provides file info for multipart requests.
Author:
Brian Pontarelli
  • Field Details

    • contentType

      public final String contentType
    • file

      public final Path file
    • fileName

      public final String fileName
    • name

      public final String name
  • Constructor Details

  • Method Details

    • getContentType

      public String getContentType()
    • getEncoding

      public Charset getEncoding()
    • getFile

      public Path getFile()
    • getFileName

      public String getFileName()
    • getName

      public String getName()