Class FileUploadDirectives$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives$
- All Implemented Interfaces:
- FileUploadDirectives
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FileUploadDirectives$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectivesfileUpload, fileUploadAll, storeUploadedFile, storeUploadedFiles
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
FileUploadDirectives$public FileUploadDirectives$()
 
-