Package | Description |
---|---|
io.vertx.reactivex.core.http |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HttpServerFileUpload> |
HttpServerFileUpload.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
HttpServerFileUpload |
HttpServerFileUpload.endHandler(Handler<Void> endHandler) |
HttpServerFileUpload |
HttpServerFileUpload.exceptionHandler(Handler<Throwable> handler) |
HttpServerFileUpload |
HttpServerFileUpload.fetch(long amount) |
HttpServerFileUpload |
HttpServerFileUpload.handler(Handler<Buffer> handler) |
static HttpServerFileUpload |
HttpServerFileUpload.newInstance(HttpServerFileUpload arg) |
HttpServerFileUpload |
HttpServerFileUpload.pause() |
HttpServerFileUpload |
HttpServerFileUpload.resume() |
Modifier and Type | Method and Description |
---|---|
HttpServerRequest |
HttpServerRequest.uploadHandler(Handler<HttpServerFileUpload> uploadHandler)
Set an upload handler.
|
Copyright © 2021 Eclipse. All rights reserved.