Uses of Class
io.quarkus.vertx.http.runtime.ProxyConfig
-
Packages that use ProxyConfig Package Description io.quarkus.vertx.http.runtime io.quarkus.vertx.http.runtime.management io.quarkus.vertx.http.runtime.options -
-
Uses of ProxyConfig in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime declared as ProxyConfig Modifier and Type Field Description ProxyConfigHttpConfiguration. proxyMethods in io.quarkus.vertx.http.runtime with parameters of type ProxyConfig Modifier and Type Method Description static 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 Modifier and Type Field Description ProxyConfigManagementInterfaceConfiguration. proxy -
Uses of ProxyConfig in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type ProxyConfig Modifier and Type Method Description static 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)
-