Uses of Class
io.vertx.mutiny.core.http.HttpServerRequest
- 
Packages that use HttpServerRequest Package Description io.vertx.mutiny.core.http io.vertx.mutiny.ext.web io.vertx.mutiny.ext.web.handler io.vertx.mutiny.httpproxy  - 
- 
Uses of HttpServerRequest in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpServerRequest Modifier and Type Field Description static TypeArg<HttpServerRequest>HttpServerRequest. __TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpServerRequest Modifier and Type Method Description HttpServerRequestHttpServerRequest. bodyHandler(Consumer<Buffer> bodyHandler)HttpServerRequestHttpServerRequest. customFrameHandler(Consumer<HttpFrame> handler)HttpServerRequestHttpServerRequest. endHandler(Runnable endHandler)HttpServerRequestHttpServerRequest. exceptionHandler(Consumer<Throwable> handler)HttpServerRequestHttpServerRequest. fetch(long amount)HttpServerRequestHttpServerRequest. handler(Consumer<Buffer> handler)static HttpServerRequestHttpServerRequest. newInstance(io.vertx.core.http.HttpServerRequest arg)HttpServerRequestHttpServerRequest. pause()HttpServerRequestHttpServerRequest. resume()HttpServerRequestHttpServerRequest. routed(String route)HttpServerRequestHttpServerRequest. setExpectMultipart(boolean expect)HttpServerRequestHttpServerRequest. setParamsCharset(String charset)HttpServerRequestHttpServerRequest. streamPriorityHandler(Consumer<io.vertx.core.http.StreamPriority> handler)HttpServerRequestHttpServerRequest. uploadHandler(Consumer<HttpServerFileUpload> uploadHandler)Methods in io.vertx.mutiny.core.http that return types with arguments of type HttpServerRequest Modifier and Type Method Description ReadStream<HttpServerRequest>HttpServer. requestStream()Deprecated.instead use#requestHandler(Handler)Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpServerRequest Modifier and Type Method Description HttpServerHttpServer. invalidRequestHandler(Consumer<HttpServerRequest> handler)HttpServerHttpServer. requestHandler(Consumer<HttpServerRequest> handler) - 
Uses of HttpServerRequest in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return HttpServerRequest Modifier and Type Method Description HttpServerRequestRoutingContext. request()Methods in io.vertx.mutiny.ext.web with parameters of type HttpServerRequest Modifier and Type Method Description voidRouter. accept(HttpServerRequest item)voidRouter. handle(HttpServerRequest arg0) - 
Uses of HttpServerRequest in io.vertx.mutiny.ext.web.handler
Method parameters in io.vertx.mutiny.ext.web.handler with type arguments of type HttpServerRequest Modifier and Type Method Description LoggerHandlerLoggerHandler. customFormatter(Function<HttpServerRequest,String> formatter)Deprecated.Superseded byLoggerHandler.customFormatter(LoggerFormatter) - 
Uses of HttpServerRequest in io.vertx.mutiny.httpproxy
Methods in io.vertx.mutiny.httpproxy that return HttpServerRequest Modifier and Type Method Description HttpServerRequestProxyRequest. proxiedRequest()Methods in io.vertx.mutiny.httpproxy with parameters of type HttpServerRequest Modifier and Type Method Description voidHttpProxy. accept(HttpServerRequest item)voidHttpProxy. handle(HttpServerRequest request)static ProxyRequestProxyRequest. reverseProxy(HttpServerRequest proxiedRequest)Method parameters in io.vertx.mutiny.httpproxy with type arguments of type HttpServerRequest Modifier and Type Method Description HttpProxyHttpProxy. originSelector(Function<HttpServerRequest,io.smallrye.mutiny.Uni<SocketAddress>> selector) 
 -