Package play.mvc

Class Http.MultipartFormData.FilePart<A>

    • Method Detail

      • getKey

        public String getKey()
        Returns:
        the part name
      • getFilename

        public String getFilename()
        Returns:
        the file name
      • getContentType

        public String getContentType()
        Returns:
        the file content type
      • getRef

        public A getRef()
        The File.
        Returns:
        the file
      • getDispositionType

        public String getDispositionType()
        Returns:
        the disposition type
      • getFileSize

        public long getFileSize()
        Returns:
        the size of the file in bytes
      • transformRefToBytes

        public ByteString transformRefToBytes()
      • asScala

        public play.api.mvc.MultipartFormData.FilePart<A> asScala()