Uses of Class
io.quarkus.vertx.http.runtime.ForwardingProxyOptions
-
Packages that use ForwardingProxyOptions Package Description io.quarkus.vertx.http.runtime -
-
Uses of ForwardingProxyOptions in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return ForwardingProxyOptions Modifier and Type Method Description static ForwardingProxyOptionsForwardingProxyOptions. from(ProxyConfig proxy)Constructors in io.quarkus.vertx.http.runtime with parameters of type ForwardingProxyOptions Constructor Description ForwardedParser(io.vertx.core.http.HttpServerRequest delegate, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)ForwardedProxyHandler(TrustedProxyCheck.TrustedProxyCheckBuilder proxyCheckBuilder, Supplier<io.vertx.core.Vertx> vertx, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> delegate, ForwardingProxyOptions forwardingProxyOptions)ForwardedServerRequestWrapper(io.vertx.core.http.HttpServerRequest request, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)
-