Uses of Enum Class
io.quarkus.vertx.http.runtime.ProxyConfig.ForwardedPrecedence
Packages that use ProxyConfig.ForwardedPrecedence
-
Uses of ProxyConfig.ForwardedPrecedence in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime declared as ProxyConfig.ForwardedPrecedenceModifier and TypeFieldDescription(package private) final ProxyConfig.ForwardedPrecedenceForwardingProxyOptions.forwardedPrecedenceProxyConfig.forwardedPrecedenceWhen both Forwarded and X-Forwarded headers are enabled withProxyConfig.allowForwardedandProxyConfig.allowXForwardedrespectively, andProxyConfig.strictForwardedControlenforcing that the identical headers must have equal values is disabled, choose if it is Forwarded or X-Forwarded matching header value that is preferred.Methods in io.quarkus.vertx.http.runtime that return ProxyConfig.ForwardedPrecedenceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ProxyConfig.ForwardedPrecedence[]ProxyConfig.ForwardedPrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.vertx.http.runtime with parameters of type ProxyConfig.ForwardedPrecedenceModifierConstructorDescriptionForwardingProxyOptions(boolean proxyAddressForwarding, boolean allowForwarded, boolean allowXForwarded, boolean enableForwardedHost, boolean enableTrustedProxyHeader, io.netty.util.AsciiString forwardedHostHeader, boolean enableForwardedPrefix, boolean strictForwardedControl, ProxyConfig.ForwardedPrecedence forwardedPrecedence, io.netty.util.AsciiString forwardedPrefixHeader, TrustedProxyCheck.TrustedProxyCheckBuilder trustedProxyCheckBuilder)