Uses of Interface
io.quarkus.vertx.http.runtime.ProxyConfig
Packages that use ProxyConfig
Package
Description
-
Uses of ProxyConfig in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return ProxyConfigMethods in io.quarkus.vertx.http.runtime with parameters of type ProxyConfigModifier and TypeMethodDescriptionstatic ForwardingProxyOptionsForwardingProxyOptions.from(ProxyConfig proxyConfig) -
Uses of ProxyConfig in io.quarkus.vertx.http.runtime.management
Methods in io.quarkus.vertx.http.runtime.management that return ProxyConfigModifier and TypeMethodDescriptionManagementConfig.proxy()Holds configuration related with proxy addressing forward. -
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)