Class FileInfo
java.lang.Object
org.apache.pekko.http.javadsl.server.directives.FileInfo
- Direct Known Subclasses:
- FileInfo
Additional metadata about the file being uploaded/that was uploaded using the 
FileUploadDirectives- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ContentTypeContent type of the fileabstract StringName of the form field the file was uploaded inabstract StringUser specified name of the uploaded file
- 
Constructor Details- 
FileInfopublic FileInfo()
 
- 
- 
Method Details- 
getContentTypeContent type of the file- Returns:
- (undocumented)
 
- 
getFieldNameName of the form field the file was uploaded in- Returns:
- (undocumented)
 
- 
getFileNameUser specified name of the uploaded file- Returns:
- (undocumented)
 
 
-