Uses of Class
io.vertx.mutiny.core.http.HttpServerRequest
Packages that use HttpServerRequest
Package
Description
-
Uses of HttpServerRequest in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpServerRequestModifier and TypeFieldDescriptionstatic final TypeArg<HttpServerRequest>HttpServerRequest.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpServerRequestModifier and TypeMethodDescriptionHttpServerRequest.bodyHandler(Consumer<Buffer> bodyHandler) HttpServerRequest.customFrameHandler(Consumer<HttpFrame> handler) HttpServerRequest.endHandler(Runnable endHandler) HttpServerRequest.exceptionHandler(Consumer<Throwable> handler) HttpServerRequest.fetch(long amount) static HttpServerRequestHttpServerRequest.newInstance(io.vertx.core.http.HttpServerRequest arg) HttpServerRequest.pause()HttpServerRequest.resume()HttpServerRequest.setExpectMultipart(boolean expect) HttpServerRequest.setParamsCharset(String charset) HttpServerRequest.streamPriorityHandler(Consumer<io.vertx.core.http.StreamPriority> handler) HttpServerRequest.uploadHandler(Consumer<HttpServerFileUpload> uploadHandler) Methods in io.vertx.mutiny.core.http that return types with arguments of type HttpServerRequestMethod parameters in io.vertx.mutiny.core.http with type arguments of type HttpServerRequestModifier and TypeMethodDescriptionHttpServer.invalidRequestHandler(Consumer<HttpServerRequest> handler) HttpServer.requestHandler(Consumer<HttpServerRequest> handler) -
Uses of HttpServerRequest in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return HttpServerRequestMethods in io.vertx.mutiny.ext.web with parameters of type HttpServerRequestModifier and TypeMethodDescriptionvoidRouter.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 HttpServerRequestModifier and TypeMethodDescriptionLoggerHandler.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 HttpServerRequestMethods in io.vertx.mutiny.httpproxy with parameters of type HttpServerRequestModifier and TypeMethodDescriptionvoidHttpProxy.accept(HttpServerRequest item) voidHttpProxy.handle(HttpServerRequest request) static ProxyRequestProxyRequest.reverseProxy(HttpServerRequest proxiedRequest) Method parameters in io.vertx.mutiny.httpproxy with type arguments of type HttpServerRequestModifier and TypeMethodDescriptionHttpProxy.originSelector(Function<HttpServerRequest, io.smallrye.mutiny.Uni<SocketAddress>> selector)
#requestHandler(Handler)