Uses of Class
io.quarkus.vertx.http.runtime.ForwardingProxyOptions
Packages that use ForwardingProxyOptions
-
Uses of ForwardingProxyOptions in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return ForwardingProxyOptionsModifier and TypeMethodDescriptionstatic ForwardingProxyOptionsForwardingProxyOptions.from(ProxyConfig proxyConfig) Constructors in io.quarkus.vertx.http.runtime with parameters of type ForwardingProxyOptionsModifierConstructorDescription(package private)ForwardedParser(io.vertx.core.http.impl.HttpServerRequestInternal 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)