Uses of Class
io.quarkus.vertx.http.runtime.ProxyConfig
Packages that use ProxyConfig
Package
Description
-
Uses of ProxyConfig in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime declared as ProxyConfigMethods in io.quarkus.vertx.http.runtime with parameters of type ProxyConfigModifier and TypeMethodDescriptionstatic ForwardingProxyOptionsForwardingProxyOptions.from(ProxyConfig proxy) -
Uses of ProxyConfig in io.quarkus.vertx.http.runtime.management
Fields in io.quarkus.vertx.http.runtime.management declared as ProxyConfig -
Uses of ProxyConfig in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type ProxyConfigModifier and TypeMethodDescriptionstatic io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>HttpServerCommonHandlers.applyProxy(ProxyConfig proxyConfig, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> root, Supplier<io.vertx.core.Vertx> vertx)