Uses of Interface
io.vertx.core.http.HttpServerFileUpload
-
Packages that use HttpServerFileUpload Package Description io.vertx.core.http -
-
Uses of HttpServerFileUpload in io.vertx.core.http
Methods in io.vertx.core.http that return HttpServerFileUpload Modifier and Type Method Description HttpServerFileUploadHttpServerFileUpload. endHandler(Handler<Void> endHandler)HttpServerFileUploadHttpServerFileUpload. exceptionHandler(Handler<Throwable> handler)HttpServerFileUploadHttpServerFileUpload. fetch(long amount)HttpServerFileUploadHttpServerFileUpload. handler(Handler<Buffer> handler)HttpServerFileUploadHttpServerFileUpload. pause()HttpServerFileUploadHttpServerFileUpload. resume()Method parameters in io.vertx.core.http with type arguments of type HttpServerFileUpload Modifier and Type Method Description HttpServerRequestHttpServerRequest. uploadHandler(Handler<HttpServerFileUpload> uploadHandler)Set an upload handler.
-