Package | Description |
---|---|
io.vertx.rxjava.core.http | |
io.vertx.rxjava.ext.web |
Modifier and Type | Method and Description |
---|---|
HttpServerRequest |
HttpServerRequest.bodyHandler(Handler<Buffer> bodyHandler)
Convenience method for receiving the entire request body in one piece.
|
HttpServerRequest |
HttpServerRequest.endHandler(Handler<Void> endHandler) |
HttpServerRequest |
HttpServerRequest.exceptionHandler(Handler<Throwable> handler) |
HttpServerRequest |
HttpServerRequest.handler(Handler<Buffer> handler) |
static HttpServerRequest |
HttpServerRequest.newInstance(HttpServerRequest arg) |
HttpServerRequest |
HttpServerRequest.pause() |
HttpServerRequest |
HttpServerRequest.resume() |
HttpServerRequest |
HttpServerRequest.setExpectMultipart(boolean expect)
Call this with true if you are expecting a multi-part body to be submitted in the request.
|
HttpServerRequest |
HttpServerRequest.uploadHandler(Handler<HttpServerFileUpload> uploadHandler)
Set an upload handler.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<HttpServerRequest> |
HttpServerRequestStream.toObservable() |
Modifier and Type | Method and Description |
---|---|
HttpServerRequestStream |
HttpServerRequestStream.handler(Handler<HttpServerRequest> handler) |
HttpServer |
HttpServer.requestHandler(Handler<HttpServerRequest> handler)
Set the request handler for the server to
requestHandler . |
Modifier and Type | Method and Description |
---|---|
HttpServerRequest |
RoutingContext.request() |
Modifier and Type | Method and Description |
---|---|
void |
Router.accept(HttpServerRequest request)
This method is used to provide a request to the router.
|
Copyright © 2015. All Rights Reserved.