Uses of Interface
io.vertx.core.http.HttpServerFileUpload
-
Packages that use HttpServerFileUpload Package Description io.vertx.core.http io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of HttpServerFileUpload in io.vertx.core.http
Methods in io.vertx.core.http that return HttpServerFileUpload Modifier and Type Method Description HttpServerFileUpload
HttpServerFileUpload. endHandler(Handler<Void> endHandler)
HttpServerFileUpload
HttpServerFileUpload. exceptionHandler(Handler<Throwable> handler)
HttpServerFileUpload
HttpServerFileUpload. fetch(long amount)
HttpServerFileUpload
HttpServerFileUpload. handler(Handler<Buffer> handler)
HttpServerFileUpload
HttpServerFileUpload. pause()
HttpServerFileUpload
HttpServerFileUpload. resume()
Method parameters in io.vertx.core.http with type arguments of type HttpServerFileUpload Modifier and Type Method Description HttpServerRequest
HttpServerRequest. uploadHandler(Handler<HttpServerFileUpload> uploadHandler)
Set an upload handler. -
Uses of HttpServerFileUpload in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpServerFileUpload Modifier and Type Method Description HttpServerFileUpload
HttpServerFileUpload. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type HttpServerFileUpload Modifier and Type Method Description static HttpServerFileUpload
HttpServerFileUpload. newInstance(HttpServerFileUpload arg)
Constructors in io.vertx.reactivex.core.http with parameters of type HttpServerFileUpload Constructor Description HttpServerFileUpload(HttpServerFileUpload delegate)
-
Uses of HttpServerFileUpload in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpServerFileUpload Modifier and Type Method Description HttpServerFileUpload
HttpServerFileUpload. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type HttpServerFileUpload Modifier and Type Method Description static HttpServerFileUpload
HttpServerFileUpload. newInstance(HttpServerFileUpload arg)
Constructors in io.vertx.rxjava3.core.http with parameters of type HttpServerFileUpload Constructor Description HttpServerFileUpload(HttpServerFileUpload delegate)
-