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_ARGMethods in io.vertx.mutiny.core.http that return HttpServerFileUploadModifier and TypeMethodDescriptionHttpServerFileUpload.endHandler(Runnable endHandler) HttpServerFileUpload.exceptionHandler(Consumer<Throwable> handler) HttpServerFileUpload.fetch(long amount) static HttpServerFileUploadHttpServerFileUpload.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)