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 delegate) Creates a new instance of theHttpServerFileUpload.HttpServerFileUpload.pause()HttpServerFileUpload.pipeToAndForget(WriteStream<io.vertx.core.buffer.Buffer> arg0) Pipe thisReadStreamto theWriteStream.HttpServerFileUpload.resume()HttpServerFileUpload.streamToFileSystemAndForget(String filename) Stream the content of this upload to the given file on storage.Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpServerFileUploadModifier and TypeMethodDescriptionHttpServerRequest.uploadHandler(Consumer<HttpServerFileUpload> uploadHandler) Set an upload handler.