Uses of Class
io.vertx.mutiny.core.http.HttpServerFileUpload
Packages that use HttpServerFileUpload
-
Uses of HttpServerFileUpload in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpServerFileUploadModifier and TypeFieldDescriptionstatic final TypeArg<HttpServerFileUpload>
HttpServerFileUpload.__TYPE_ARG
Methods in io.vertx.mutiny.core.http that return HttpServerFileUploadModifier and TypeMethodDescriptionHttpServerFileUpload.endHandler
(Runnable endHandler) HttpServerFileUpload.exceptionHandler
(Consumer<Throwable> handler) HttpServerFileUpload.fetch
(long amount) static HttpServerFileUpload
HttpServerFileUpload.newInstance
(io.vertx.core.http.HttpServerFileUpload arg) HttpServerFileUpload.pause()
HttpServerFileUpload.resume()
Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpServerFileUploadModifier and TypeMethodDescriptionHttpServerRequest.uploadHandler
(Consumer<HttpServerFileUpload> uploadHandler)