Uses of Interface
io.vertx.ext.web.FileUpload
-
Packages that use FileUpload Package Description io.vertx.ext.web io.vertx.reactivex.ext.web io.vertx.rxjava3.ext.web -
-
Uses of FileUpload in io.vertx.ext.web
Methods in io.vertx.ext.web that return types with arguments of type FileUpload Modifier and Type Method Description List<FileUpload>
RoutingContext. fileUploads()
-
Uses of FileUpload in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return FileUpload Modifier and Type Method Description FileUpload
FileUpload. getDelegate()
Methods in io.vertx.reactivex.ext.web with parameters of type FileUpload Modifier and Type Method Description static FileUpload
FileUpload. newInstance(FileUpload arg)
Constructors in io.vertx.reactivex.ext.web with parameters of type FileUpload Constructor Description FileUpload(FileUpload delegate)
-
Uses of FileUpload in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return FileUpload Modifier and Type Method Description FileUpload
FileUpload. getDelegate()
Methods in io.vertx.rxjava3.ext.web with parameters of type FileUpload Modifier and Type Method Description static FileUpload
FileUpload. newInstance(FileUpload arg)
Constructors in io.vertx.rxjava3.ext.web with parameters of type FileUpload Constructor Description FileUpload(FileUpload delegate)
-