Class FileInfo
java.lang.Object
org.apache.pekko.http.javadsl.server.directives.FileInfo
org.apache.pekko.http.scaladsl.server.directives.FileInfo
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
Additional metadata about the file being uploaded/that was uploaded using the 
FileUploadDirectives
 param: fieldName Name of the form field the file was uploaded in param: fileName User specified name of the uploaded file param: contentType Content type of the file
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
FileInfo
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3) 
- 
toString
- 
fieldName
- 
fileName
- 
contentType
- 
getFieldNameDescription copied from class:FileInfoName of the form field the file was uploaded in- Specified by:
- getFieldNamein class- FileInfo
- Returns:
- (undocumented)
 
- 
getFileNameDescription copied from class:FileInfoUser specified name of the uploaded file- Specified by:
- getFileNamein class- FileInfo
- Returns:
- (undocumented)
 
- 
getContentTypeDescription copied from class:FileInfoContent type of the file- Specified by:
- getContentTypein class- FileInfo
- Returns:
- (undocumented)
 
 
-